Only allow title HTML for title, subtitle

This commit is contained in:
benjamin melançon 2018-11-13 23:58:20 -05:00
parent 127e9fa00e
commit 77644e66e9
2 changed files with 18 additions and 0 deletions

View file

@ -6,7 +6,16 @@ dependencies:
- field.storage.paragraph.field_subtitle
- paragraphs.paragraphs_type.title
module:
- allowed_formats
- 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
field_name: field_subtitle
entity_type: paragraph

View file

@ -6,7 +6,16 @@ dependencies:
- field.storage.paragraph.field_title
- paragraphs.paragraphs_type.title
module:
- allowed_formats
- 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
field_name: field_title
entity_type: paragraph