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
|
- image.style.thumbnail
|
||||||
- paragraphs.paragraphs_type.title
|
- paragraphs.paragraphs_type.title
|
||||||
module:
|
module:
|
||||||
|
- allowed_formats
|
||||||
- image
|
- image
|
||||||
- text
|
- text
|
||||||
id: paragraph.title.default
|
id: paragraph.title.default
|
||||||
|
@ -44,7 +45,10 @@ content:
|
||||||
settings:
|
settings:
|
||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings:
|
||||||
|
allowed_formats:
|
||||||
|
hide_help: '1'
|
||||||
|
hide_guidelines: '1'
|
||||||
type: text_textfield
|
type: text_textfield
|
||||||
region: content
|
region: content
|
||||||
field_title:
|
field_title:
|
||||||
|
@ -52,7 +56,10 @@ content:
|
||||||
settings:
|
settings:
|
||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings:
|
||||||
|
allowed_formats:
|
||||||
|
hide_help: '1'
|
||||||
|
hide_guidelines: '1'
|
||||||
type: text_textfield
|
type: text_textfield
|
||||||
region: content
|
region: content
|
||||||
hidden:
|
hidden:
|
||||||
|
|
Loading…
Reference in a new issue