Descriere
Features
- adds a metabox to configurable Post-Types to create and edit Twig templates
- adds Twig support to the WP Theme & Plugin editors
- you can even customize the CodeMirror theme
Plugin Dependencies
- https://wordpress.org/plugins/timber-library/
- https://wordpress.org/plugins/classic-editor/
How to use the MetaBox Feature
The plugin uses the path defined in Timber::$locations
as the templates path or falls back to the uploads folder if none is provided.
Either adjust your Timber::render('page.twig', $context)
-functions like this:
$filenames = [TimberEditor::getTemplateFilename(), 'page.twig'];
Timber::render($filenames, $context);
like this
TimberEditor::render('page.twig', $context);
# 'page.twig' serves as a fallback if the current posts's template doesn't exist
or like this
TimberEditor::renderPost('page.twig', $context);
# renderPost() automatically adds ['post' => new Timber\Post()] to the $context
Recenzii
Nu există nicio verificare pentru acest modul.
Contributori și dezvoltatori
„Editor for Timber” este un software open-source. La acest modul au contribuit următoarele persoane.
Contributori„Editor for Timber” a fost tradus în 1 locală. Mulțumim traducătorilor pentru contribuția lor.
Tradu „Editor for Timber” în limba ta.
Te interesează dezvoltarea?
Răsfoiește codul, vezi depozitarul SVN, sau abonează-te la jurnalul de dezvoltare prin RSS.