Skip to content

Commit 88a75c1

Browse files
committed
added AllowedPostTitleFormattingTypes site setting
1 parent 0cc301e commit 88a75c1

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

db/seeds/site_settings.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -776,3 +776,18 @@
776776
community_id: ~
777777
description: >
778778
File types that users will be able to upload.
779+
780+
- name: AllowedPostTitleFormattingTypes
781+
value: code italic keyboard
782+
options:
783+
- bold
784+
- code
785+
- italic
786+
- keyboard
787+
- subscript
788+
- superscript
789+
value_type: array
790+
category: Display
791+
description: >
792+
Formatting types allowed in post titles.
793+
By default, only <code>code</code>, <kbd>keyboard</kbd>, and <em>italic</em> are enabled.

0 commit comments

Comments
 (0)