Alexander O'Neill
6 years ago
5 changed files with 64 additions and 5 deletions
@ -0,0 +1,21 @@ |
|||||||
|
langcode: en |
||||||
|
status: true |
||||||
|
dependencies: |
||||||
|
config: |
||||||
|
- field.storage.paragraph.field_attribution_note |
||||||
|
- paragraphs.paragraphs_type.license_attribution |
||||||
|
module: |
||||||
|
- text |
||||||
|
third_party_settings: { } |
||||||
|
id: paragraph.license_attribution.field_attribution_note |
||||||
|
field_name: field_attribution_note |
||||||
|
entity_type: paragraph |
||||||
|
bundle: license_attribution |
||||||
|
label: 'Free-form Attribution Note' |
||||||
|
description: 'Specify custom attribution and / or copyright info. E.g., "All rights reserved. Used with permission."' |
||||||
|
required: false |
||||||
|
translatable: false |
||||||
|
default_value: { } |
||||||
|
default_value_callback: '' |
||||||
|
settings: { } |
||||||
|
field_type: text |
@ -0,0 +1,20 @@ |
|||||||
|
langcode: en |
||||||
|
status: true |
||||||
|
dependencies: |
||||||
|
module: |
||||||
|
- paragraphs |
||||||
|
- text |
||||||
|
third_party_settings: { } |
||||||
|
id: paragraph.field_attribution_note |
||||||
|
field_name: field_attribution_note |
||||||
|
entity_type: paragraph |
||||||
|
type: text |
||||||
|
settings: |
||||||
|
max_length: 1024 |
||||||
|
module: text |
||||||
|
locked: false |
||||||
|
cardinality: 1 |
||||||
|
translatable: true |
||||||
|
indexes: { } |
||||||
|
persist_with_no_fields: false |
||||||
|
custom_storage: false |
Loading…
Reference in new issue