core.base_field_override.media.video.status.yml in Varbase Media 8.4
Same filename and directory in other branches
  config/install/core.base_field_override.media.video.status.yml
File
config/install/core.base_field_override.media.video.status.ymlView source
- langcode: en
- status: true
- dependencies:
-   config:
-     - media_entity.bundle.video
- id: media.video.status
- field_name: status
- entity_type: media
- bundle: video
- label: 'Publishing status'
- description: 'A boolean indicating whether the media is published.'
- required: false
- translatable: false
- default_value:
-   -
-     value: 1
- default_value_callback: ''
- settings:
-   on_label: 'On'
-   off_label: 'Off'
- field_type: boolean
