Title: Editor for Timber
Author: dweipert
Published: <strong>2020년 10월 29일</strong>
Last modified: 2020년 12월 16일

---

플러그인 검색

![](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://ko.wordpress.org/plugins/editor-for-timber/#description)
 * [평가](https://ko.wordpress.org/plugins/editor-for-timber/#reviews)
 * [개발](https://ko.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
    ```

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“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/)는,
[SVN 저장소](https://plugins.svn.wordpress.org/editor-for-timber/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/editor-for-timber/)을 [RSS](https://plugins.trac.wordpress.org/log/editor-for-timber/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 기초

 *  버전 **1.0.2**
 *  최근 업데이트: **6년 전**
 *  활성화된 설치 **50+**
 *  워드프레스 버전 ** 5.5 또는 그 이상 **
 *  다음까지 시험됨: **5.5.22**
 *  PHP 버전 ** 7.4 또는 그 이상 **
 *  언어
 * [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)
 * 태그:
 * [templates](https://ko.wordpress.org/plugins/tags/templates/)[Timber](https://ko.wordpress.org/plugins/tags/timber/)
   [twig](https://ko.wordpress.org/plugins/tags/twig/)
 *  [고급 보기](https://ko.wordpress.org/plugins/editor-for-timber/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

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

[모든  리뷰 보기](https://wordpress.org/support/plugin/editor-for-timber/reviews/)

## 기여자

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

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/editor-for-timber/)