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
|
||||
- node.type.people
|
||||
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'
|
||||
_core:
|
||||
default_config_hash: EXOljgShOmy983x8K_RBAJkJ2cWknYTQvOdpbfg3EC4
|
||||
id: node.people.field_summary
|
||||
|
|
Loading…
Reference in a new issue