Add publication date field
This commit is contained in:
parent
501f1e69c2
commit
13e1182a2a
4 changed files with 63 additions and 0 deletions
20
config/sync/field.storage.node.field_publication_date.yml
Normal file
20
config/sync/field.storage.node.field_publication_date.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
uuid: 5ed7f163-751c-47ac-9ffa-2b4e7546286b
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- datetime
|
||||
- node
|
||||
id: node.field_publication_date
|
||||
field_name: field_publication_date
|
||||
entity_type: node
|
||||
type: datetime
|
||||
settings:
|
||||
datetime_type: date
|
||||
module: datetime
|
||||
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