Commit d878f708 authored by Julian Pustkuchen's avatar Julian Pustkuchen
Browse files

Issue #3187812: Recreate drowl_paragraph_types (configuration) and check info file

parent 6c89b1b6
Loading
Loading
Loading
Loading
+0 −21
Original line number Diff line number Diff line
langcode: de
status: true
dependencies:
  config:
    - paragraphs.paragraphs_type.anchor
id: paragraph.anchor.status
field_name: status
entity_type: paragraph
bundle: anchor
label: Veröffentlicht
description: ''
required: false
translatable: true
default_value:
  -
    value: 1
default_value_callback: ''
settings:
  on_label: 'On'
  off_label: 'Off'
field_type: boolean
+0 −19
Original line number Diff line number Diff line
langcode: de
status: true
dependencies:
  config:
    - paragraphs.paragraphs_type.anchor
id: paragraph.anchor.uid
field_name: uid
entity_type: paragraph
bundle: anchor
label: 'Erstellt von'
description: 'The user ID of the paragraphs author.'
required: false
translatable: true
default_value: {  }
default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId'
settings:
  handler: default
  handler_settings: {  }
field_type: entity_reference
+0 −19
Original line number Diff line number Diff line
langcode: de
status: true
dependencies:
  config:
    - paragraphs.paragraphs_type.attachments
id: paragraph.attachments.uid
field_name: uid
entity_type: paragraph
bundle: attachments
label: 'Erstellt von'
description: 'The user ID of the paragraphs author.'
required: false
translatable: true
default_value: {  }
default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId'
settings:
  handler: default
  handler_settings: {  }
field_type: entity_reference
+0 −21
Original line number Diff line number Diff line
langcode: de
status: true
dependencies:
  config:
    - paragraphs.paragraphs_type.bild_text
id: paragraph.bild_text.status
field_name: status
entity_type: paragraph
bundle: bild_text
label: Veröffentlicht
description: ''
required: false
translatable: true
default_value:
  -
    value: 1
default_value_callback: ''
settings:
  on_label: 'On'
  off_label: 'Off'
field_type: boolean
+0 −19
Original line number Diff line number Diff line
langcode: de
status: true
dependencies:
  config:
    - paragraphs.paragraphs_type.bild_text
id: paragraph.bild_text.uid
field_name: uid
entity_type: paragraph
bundle: bild_text
label: 'Erstellt von'
description: 'The user ID of the paragraphs author.'
required: false
translatable: true
default_value: {  }
default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId'
settings:
  handler: default
  handler_settings: {  }
field_type: entity_reference
Loading