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

MTEntryCustomFieldDescription

MTEntryCustomFieldDescription

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

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

使い方

<MTEntries lastn="1">
    <ul>
    <MTEntryCustomFields>
        <MTIfNonEmpty tag="EntryCustomFieldValue">
            <li><$MTEntryCustomFieldName$>(<$MTEntryCustomFieldDescription$>): <$MTEntryCustomFieldValue$></li>
        </MTIfNonEmpty>
    </MTEntryCustomFields>
    </ul>
</MTEntries>

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