PowerCMS™
PowerCMS 4 系のサポートは2026年3月31日をもちまして終了いたします。期限までに PowerCMS 5/6 最新版へのアップグレードをご検討ください。
[新着情報] PowerCMS 7 の提供を開始 を追加しました。
[ブログ] PowerCMS サポートの実績 (2025年12月) を追加しました。
[新着情報] React Server Components の脆弱性 (CVE-2025-55182) による影響について を追加しました。

MTPageCustomFieldDescription

MTPageCustomFieldDescription

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

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

使い方

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

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