Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
一般的なアプリ/テンプレートの代わりに、モジュール/テンプレート (または他の何か) ディレクトリにレイアウト ファイルを配置することは可能ですか?
パスを入れようとしましたが、うまくいきview.ymlません。
view.yml
layout.phpmodule/templates フォルダー内に保持できるように、回避策を見つけました。
layout.php
public function preExecute() { $template = $this->getContext()->getConfiguration()->getTemplateDir('MODULE', 'layout.php'); $this->setLayout($template . '/layout'); }