概要
#4359 の対応により、テキスト・テキストエリアフィールドに escape オプションによるエスケープ無効化処理が追加されます。
その対応のマージ後に、AI用仕様書(.github/instructions/basercms-custom-content.instructions.md)を更新する必要があります。
https://github.com/baserproject/basercms/blob/5.2.3/.github/instructions/basercms-custom-content.instructions.md
baserCMS version : 5.3.2
TODO
更新理由
- AIは 指示内容によっては仕様書のみを参照し誤った回答を下す可能性があります。
- 仕様書と実際の処理の矛盾により、AIが回答を導き出すまでの時間長くなる可能性があります。
概要
#4359 の対応により、テキスト・テキストエリアフィールドに
escapeオプションによるエスケープ無効化処理が追加されます。その対応のマージ後に、AI用仕様書(
.github/instructions/basercms-custom-content.instructions.md)を更新する必要があります。https://github.com/baserproject/basercms/blob/5.2.3/.github/instructions/basercms-custom-content.instructions.md
baserCMS version : 5.3.2
TODO
.github/instructions/basercms-custom-content.instructions.mdを更新する## textarea の表示についてにescape => false時の内容を追記する## その他のh()に関する記述でescape => falseの内容を追記する更新理由