plugin-icon

Editor for Timber

Page, Theme & Plugin Editor Extension for Timber http://www.upstatement.com/timber/
평가
최근 업데이트일
December 16, 2020
버전
1.0.2
활성화된 설치 항목
60
Editor for Timber

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
무료Creator 요금제에서
활성화된 설치 항목
60
테스트된 버전
5.5.15
이 플러그인은 다운로드 가능하며 워드프레스 독립 호스트 설치에 사용할 수 있습니다.