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
20
config/sync/field.storage.paragraph.field_quotation.yml
Normal file
20
config/sync/field.storage.paragraph.field_quotation.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
uuid: 4b2944bf-a6da-4924-b85e-23352257c964
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- paragraphs
|
||||
- text
|
||||
id: paragraph.field_quotation
|
||||
field_name: field_quotation
|
||||
entity_type: paragraph
|
||||
type: text
|
||||
settings:
|
||||
max_length: 1020
|
||||
module: text
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
Loading…
Add table
Add a link
Reference in a new issue