Add quotation with image paragraph type
Just a start so far, with a quotation text field with a generous character limit— but not the unlimited amount a long text would be.
This commit is contained in:
parent
cce7fcc6c5
commit
48f4c63c73
5 changed files with 113 additions and 0 deletions
|
@ -0,0 +1,30 @@
|
|||
uuid: 0ad42b66-9314-49a7-a090-09bb85c2ca8b
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.paragraph.field_quotation
|
||||
- paragraphs.paragraphs_type.quotation_with_image
|
||||
module:
|
||||
- allowed_formats
|
||||
- text
|
||||
third_party_settings:
|
||||
allowed_formats:
|
||||
minimalhtml: minimalhtml
|
||||
basic_html: '0'
|
||||
restricted_html: '0'
|
||||
minimalhtmltitle: '0'
|
||||
full_html: '0'
|
||||
plain_text: '0'
|
||||
id: paragraph.quotation_with_image.field_quotation
|
||||
field_name: field_quotation
|
||||
entity_type: paragraph
|
||||
bundle: quotation_with_image
|
||||
label: Quotation
|
||||
description: 'Don''t use a blockquote or quotation marks unless what you are quoting contains a quotation, itself.'
|
||||
required: true
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: text
|
Loading…
Add table
Add a link
Reference in a new issue