Skip to content
New issue

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

ymlファイルのincludeについて #4

Open
migu-bou opened this issue Feb 19, 2015 · 0 comments
Open

ymlファイルのincludeについて #4

migu-bou opened this issue Feb 19, 2015 · 0 comments

Comments

@migu-bou
Copy link

phestを使って業務の効率化を考えているものです。
いつもありがとうございます。

ひとつご質問ですが、
vars.yml
pageA.yml
pageB.yml
contentフォルダ

  • pageA.tpl
  • pageB.tpl

というファイル構成で、
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 ]


よろしくお願いします

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant