Add “Escape shortcodes” settings for Plain Text fields #1270
Unanswered
brandonkelly
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For Craft 4.5+ installs, Plain Text fields should have a new “Escape shortcodes” feed setting. When enabled, non-null values should be passed through
craft\helpers\StringHelper::escapeShortcodes()
, soPlainText::normalizeValue()
doesn’t convert them to emoji.(See craftcms/cms#13036)
Beta Was this translation helpful? Give feedback.
All reactions