Add new talk fields
This commit is contained in:
parent
f17eb0c154
commit
2bba847ae5
8 changed files with 130 additions and 13 deletions
23
config/default/field.field.paragraph.event.field_remote.yml
Normal file
23
config/default/field.field.paragraph.event.field_remote.yml
Normal file
|
@ -0,0 +1,23 @@
|
|||
uuid: 5764fb06-990c-4fdb-b4bb-e31be33c4bce
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.paragraph.field_remote
|
||||
- paragraphs.paragraphs_type.event
|
||||
id: paragraph.event.field_remote
|
||||
field_name: field_remote
|
||||
entity_type: paragraph
|
||||
bundle: event
|
||||
label: Remote
|
||||
description: 'Was this talk presented remotely?'
|
||||
required: false
|
||||
translatable: false
|
||||
default_value:
|
||||
-
|
||||
value: 0
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
on_label: 'Yes'
|
||||
off_label: 'No'
|
||||
field_type: boolean
|
Loading…
Add table
Add a link
Reference in a new issue