Hide guidelines now that we're restricted to just one text format
This commit is contained in:
parent
77644e66e9
commit
736b8056f9
1 changed files with 9 additions and 2 deletions
|
@ -11,6 +11,7 @@ dependencies:
|
|||
- image.style.thumbnail
|
||||
- paragraphs.paragraphs_type.title
|
||||
module:
|
||||
- allowed_formats
|
||||
- image
|
||||
- text
|
||||
id: paragraph.title.default
|
||||
|
@ -44,7 +45,10 @@ content:
|
|||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
third_party_settings:
|
||||
allowed_formats:
|
||||
hide_help: '1'
|
||||
hide_guidelines: '1'
|
||||
type: text_textfield
|
||||
region: content
|
||||
field_title:
|
||||
|
@ -52,7 +56,10 @@ content:
|
|||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
third_party_settings:
|
||||
allowed_formats:
|
||||
hide_help: '1'
|
||||
hide_guidelines: '1'
|
||||
type: text_textfield
|
||||
region: content
|
||||
hidden:
|
||||
|
|
Loading…
Reference in a new issue