PowerCMS™
[ブログ] PowerCMS 6 でのアップデートまとめ を追加しました。
[ブログ] 人事・教育担当より アルファサードのメンバーに求めていること を追加しました。
[ブログ] PowerCMS サポートの実績 (2024年2月) を追加しました。
[よくあるご質問] スケジュールタスクが実行されているか確認する方法はありますか? を追加しました。

MTPageCustomFieldDescription

MTPageCustomFieldDescription

ウェブページ作成画面に追加されたフィールドの概要を表示するファンクションタグです。

このMTタグは MTPageCustomFields のコンテキストで使用します。

使い方

<MTPages lastn="1">
    <ul>
    <MTPageCustomFields>
        <MTIfNonEmpty tag="PageCustomFieldValue">
            <li><$MTPageCustomFieldName$>: <$MTPageCustomFieldValue$></li>
        </MTIfNonEmpty>
    </MTPageCustomFields>
    </ul>
</MTPages>

MTPageCustomFieldDescription と関連のあるテンプレートタグ (85)