123456789101112131415161718192021222324252627282930313233 |
- uuid: a9971fbe-f91e-47cf-a06e-90739a1bf8cf
- langcode: en
- status: true
- dependencies:
- config:
- - field.field.paragraph.notes.field_la_note
- - field.field.paragraph.notes.field_number_note
- - paragraphs.paragraphs_type.notes
- module:
- - text
- id: paragraph.notes.default
- targetEntityType: paragraph
- bundle: notes
- mode: default
- content:
- field_la_note:
- type: text_textarea
- weight: 1
- region: content
- settings:
- rows: 5
- placeholder: ''
- third_party_settings: { }
- field_number_note:
- type: number
- weight: 0
- region: content
- settings:
- placeholder: ''
- third_party_settings: { }
- hidden:
- created: true
- status: true
|