23 lines
444 B
YAML
23 lines
444 B
YAML
uuid: c6972bbf-3623-4b0e-bc8d-9b7a03fbd09e
|
|
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
|