PowerCMS™
[ブログ] PowerCMS 6 でのアップデートまとめ を追加しました。
[よくあるご質問] リビジョンを削除しても残ってしまったファイルを削除するにはどうしたらいいですか? を追加しました。
[よくあるご質問] 多言語のサイトを作成できますか? を追加しました。
[ブログ] フィールドブロックビルダーでリッチテキストを使用する を追加しました。

MTCategoryCustomFieldDescription

MTCategoryCustomFieldDescription

カテゴリ編集画面に追加されたフィールドの概要を表示するファンクションタグです。

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

使い方

<MTCategoryCustomFields>
    <ul>
        <MTIfNonEmpty tag="CategoryCustomFieldDescription">
            <li><$MTCategoryCustomFieldName$>: <$MTCategoryCustomFieldDescription$></li>
        </MTIfNonEmpty>
    </ul>
</MTCategoryCustomFields>

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