Bu eklenti, WordPress'in son 3 ana dağıtımı ile test edilmemiş. Artık bakımı yapılmıyor veya desteklenmiyor olabilir ve WordPress'in daha güncel sürümleriyle birlikte kullanıldığında uyumluluk sorunları olabilir.

Editor for Timber

Açıklama

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

İncelemeler

Bu eklenti için herhangi bir değerlendirme bulunmuyor.

Katkıda Bulunanlar ve Geliştiriciler

“Editor for Timber” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda bulunmuşlardır.

Katkıda bulunanlar

“Editor for Timber” 1 dile çevrildi. Katkıda bulundukları için çevirmenlere teşekkürler.

“Editor for Timber” eklentisini dilinize çevirin.

Geliştirmeyle ilgilenir misiniz?

Kodu görüntüle, SVN deposuna göz at veya RSS ile geliştirme günlüğüne abone ol.