Title: Editor for Timber
Author: dweipert
Published: <strong>اکتوبر 29, 2020</strong>
Last modified: دسمبر 16, 2020

---

پلگ انز تلاش کریں

![](https://ps.w.org/editor-for-timber/assets/banner-772x250.jpg?rev=2411861)

یہ پلگ ان **ورڈپریس کے تازہ ترین 3 ریلیزوں کے ساتھ ٹیسٹ نہیں کیا گیا ہے**۔ اب یہ
برقرار نہیں رکھا جا سکتا یا معاونت نہیں کی جا سکتی اور اس کو ورڈپریس کے تازہ ترین
ورژنز کے ساتھ استعمال کیے جانے پر مطابقت کے مسائل ہو سکتے ہیں۔

![](https://ps.w.org/editor-for-timber/assets/icon-128x128.png?rev=2411861)

# Editor for Timber

 منجانب [dweipert](https://profiles.wordpress.org/drogueronin/)

[ڈاؤن لوڈ کریں](https://downloads.wordpress.org/plugin/editor-for-timber.1.0.2.zip)

 * [تفصیلات](https://ur.wordpress.org/plugins/editor-for-timber/#description)
 * [جائزے](https://ur.wordpress.org/plugins/editor-for-timber/#reviews)
 * [ڈیولپمنٹ](https://ur.wordpress.org/plugins/editor-for-timber/#developers)

 [معاونت](https://wordpress.org/support/plugin/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
    ```

## جائزے

There are no reviews for this plugin.

## شراکت دار اور ڈیویلپرز

“Editor for Timber” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ ان میں حصہ
لیا:

شراکت دار

 *   [ dweipert ](https://profiles.wordpress.org/drogueronin/)

“Editor for Timber” کا 1 زبان میں ترجمہ کیا گیا ہے۔ تعاون کے لیے [مترجمین](https://translate.wordpress.org/projects/wp-plugins/editor-for-timber/contributors)
کا شکریہ۔

[“Editor for Timber” کا اپنی زبان میں ترجمہ کریں۔](https://translate.wordpress.org/projects/wp-plugins/editor-for-timber)

### ڈویلپمینٹ میں دلچسپی ہے؟

[کوڈ براؤز کریں](https://plugins.trac.wordpress.org/browser/editor-for-timber/)،
[ایس این وی ریپوزیٹری](https://plugins.svn.wordpress.org/editor-for-timber/) کو 
چیک کریں یا [ڈویلپمینٹ لاگ](https://plugins.trac.wordpress.org/log/editor-for-timber/)
کو سبسکرائب کریں بذریعہ [آر ایس ایس](https://plugins.trac.wordpress.org/log/editor-for-timber/?limit=100&mode=stop_on_copy&format=rss)۔

## میٹا

 *  Version **1.0.2**
 *  Last updated **5 سال پہلے**
 *  Active installations **50+**
 *  WordPress version ** 5.5 یا اس سے جدید **
 *  Tested up to **5.5.18**
 *  PHP version ** 7.4 یا اس سے جدید **
 *  Languages
 * [English (US)](https://wordpress.org/plugins/editor-for-timber/) اور [German](https://de.wordpress.org/plugins/editor-for-timber/).
 *  [اپنی زبان میں ترجمہ کریں](https://translate.wordpress.org/projects/wp-plugins/editor-for-timber)
 * Tags
 * [templates](https://ur.wordpress.org/plugins/tags/templates/)[Timber](https://ur.wordpress.org/plugins/tags/timber/)
   [twig](https://ur.wordpress.org/plugins/tags/twig/)
 *  [اعلی درجے کا منظر](https://ur.wordpress.org/plugins/editor-for-timber/advanced/)

## درجہ بندیاں

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/editor-for-timber/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/editor-for-timber/reviews/)

## شراکت دار

 *   [ dweipert ](https://profiles.wordpress.org/drogueronin/)

## معاونت

کچھ کہنا ہے؟ مدد چاہیے؟

 [معاونتی فورم دیکھیں](https://wordpress.org/support/plugin/editor-for-timber/)