We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
phestを使って業務の効率化を考えているものです。 いつもありがとうございます。
ひとつご質問ですが、 vars.yml pageA.yml pageB.yml contentフォルダ
というファイル構成で、 pageA.tplはpageA.yml pageB.tplはpageB.yml を読み込ませたいと考えています。
vars.ymlにpageA.ymlとpageB.ymlをincludeして、 「path:」で振り分けようとおもってもエラーがでてしまいます。
「path:」の中でincludeはできないのでしょうか?
☆やりたいことのイメージ(vars.yml)
common: local: production: path: pageA.html: includes: [ pageA.yml ] pageB.html: includes: [ pageB.yml ]
よろしくお願いします
The text was updated successfully, but these errors were encountered:
No branches or pull requests
phestを使って業務の効率化を考えているものです。
いつもありがとうございます。
ひとつご質問ですが、
vars.yml
pageA.yml
pageB.yml
contentフォルダ
というファイル構成で、
pageA.tplはpageA.yml
pageB.tplはpageB.yml
を読み込ませたいと考えています。
vars.ymlにpageA.ymlとpageB.ymlをincludeして、
「path:」で振り分けようとおもってもエラーがでてしまいます。
「path:」の中でincludeはできないのでしょうか?
☆やりたいことのイメージ(vars.yml)
common:
local:
production:
path:
pageA.html:
includes: [ pageA.yml ]
pageB.html:
includes: [ pageB.yml ]
よろしくお願いします
The text was updated successfully, but these errors were encountered: