Only allow title HTML for title, subtitle
This commit is contained in:
parent
127e9fa00e
commit
77644e66e9
2 changed files with 18 additions and 0 deletions
|
@ -6,7 +6,16 @@ dependencies:
|
||||||
- field.storage.paragraph.field_subtitle
|
- field.storage.paragraph.field_subtitle
|
||||||
- paragraphs.paragraphs_type.title
|
- paragraphs.paragraphs_type.title
|
||||||
module:
|
module:
|
||||||
|
- allowed_formats
|
||||||
- text
|
- text
|
||||||
|
third_party_settings:
|
||||||
|
allowed_formats:
|
||||||
|
minimalhtmltitle: minimalhtmltitle
|
||||||
|
basic_html: '0'
|
||||||
|
minimalhtml: '0'
|
||||||
|
restricted_html: '0'
|
||||||
|
full_html: '0'
|
||||||
|
plain_text: '0'
|
||||||
id: paragraph.title.field_subtitle
|
id: paragraph.title.field_subtitle
|
||||||
field_name: field_subtitle
|
field_name: field_subtitle
|
||||||
entity_type: paragraph
|
entity_type: paragraph
|
||||||
|
|
|
@ -6,7 +6,16 @@ dependencies:
|
||||||
- field.storage.paragraph.field_title
|
- field.storage.paragraph.field_title
|
||||||
- paragraphs.paragraphs_type.title
|
- paragraphs.paragraphs_type.title
|
||||||
module:
|
module:
|
||||||
|
- allowed_formats
|
||||||
- text
|
- text
|
||||||
|
third_party_settings:
|
||||||
|
allowed_formats:
|
||||||
|
minimalhtmltitle: minimalhtmltitle
|
||||||
|
basic_html: '0'
|
||||||
|
minimalhtml: '0'
|
||||||
|
restricted_html: '0'
|
||||||
|
full_html: '0'
|
||||||
|
plain_text: '0'
|
||||||
id: paragraph.title.field_title
|
id: paragraph.title.field_title
|
||||||
field_name: field_title
|
field_name: field_title
|
||||||
entity_type: paragraph
|
entity_type: paragraph
|
||||||
|
|
Loading…
Reference in a new issue