agaric-coop/config/core.base_field_override.comment.comment.status.yml

23 lines
444 B
YAML
Raw Normal View History

2019-01-10 16:30:51 +00:00
uuid: cc737f2b-94e4-46db-9f55-340d97d00ae3
langcode: en
status: true
dependencies:
config:
- comment.type.comment
id: comment.comment.status
field_name: status
entity_type: comment
bundle: comment
label: Published
description: ''
required: false
translatable: false
default_value:
-
value: 1
default_value_callback: 'Drupal\comment\Entity\Comment::getDefaultStatus'
settings:
on_label: 'On'
off_label: 'Off'
field_type: boolean