Lock down allowed HTML (no links, no paragraphs even) for summary field
Ref #110
This commit is contained in:
parent
8a3d3ee68a
commit
3896464783
1 changed files with 9 additions and 0 deletions
|
@ -6,7 +6,16 @@ dependencies:
|
||||||
- field.storage.node.field_summary
|
- field.storage.node.field_summary
|
||||||
- node.type.people
|
- node.type.people
|
||||||
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'
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: EXOljgShOmy983x8K_RBAJkJ2cWknYTQvOdpbfg3EC4
|
default_config_hash: EXOljgShOmy983x8K_RBAJkJ2cWknYTQvOdpbfg3EC4
|
||||||
id: node.people.field_summary
|
id: node.people.field_summary
|
||||||
|
|
Loading…
Reference in a new issue