Det här tillägget har inte testats med någon av de 3 senaste huvudversionerna av WordPress. Det kanske inte längre underhålls och kan ha kompatibilitetsproblem när det används tillsammans med nyare versioner av WordPress.

Editor for Timber

Beskrivning

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

Recensioner

Detta tillägg har inga recensioner.

Bidragsgivare och utvecklare

”Editor for Timber” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.

Bidragande personer

”Editor for Timber” har översatts till 1 språk. Tack till översättarna för deras bidrag.

Översätt ”Editor for Timber” till ditt språk.

Intresserad av programutveckling?

Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.