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
m:insertでファイルがないときにページ全体を404にしないような選択はできないでしょうか。
挙動を選べる設定としては適用される範囲ごとに指定できるといいと思います。
エレメント単位は、属性指定でファイルが無かったときの挙動を指定することになります。 例えば
<div m:inject="m:insert" m:path="/path/to/file.inc" m:ignoreOnAbsent="true"></div>
ページ単位ならばmetaタグでMayaaのページスコープ内で有効な状態を設定しておくイメージです。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
m:insertでファイルがないときにページ全体を404にしないような選択はできないでしょうか。
挙動を選べる設定としては適用される範囲ごとに指定できるといいと思います。
エレメント単位は、属性指定でファイルが無かったときの挙動を指定することになります。
例えば
ページ単位ならばmetaタグでMayaaのページスコープ内で有効な状態を設定しておくイメージです。
The text was updated successfully, but these errors were encountered: