dannylamb
6 years ago
committed by
Seth Shaw
89 changed files with 1071 additions and 21 deletions
@ -0,0 +1,17 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
config: |
||||
- media.type.audio |
||||
id: media.audio.changed |
||||
field_name: changed |
||||
entity_type: media |
||||
bundle: audio |
||||
label: Changed |
||||
description: 'The time the media item was last edited.' |
||||
required: false |
||||
translatable: false |
||||
default_value: { } |
||||
default_value_callback: '' |
||||
settings: { } |
||||
field_type: changed |
@ -0,0 +1,17 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
config: |
||||
- media.type.audio |
||||
id: media.audio.created |
||||
field_name: created |
||||
entity_type: media |
||||
bundle: audio |
||||
label: 'Authored on' |
||||
description: 'The time the media item was created.' |
||||
required: false |
||||
translatable: false |
||||
default_value: { } |
||||
default_value_callback: 'Drupal\media\Entity\Media::getRequestTime' |
||||
settings: { } |
||||
field_type: created |
@ -0,0 +1,19 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
config: |
||||
- media.type.audio |
||||
module: |
||||
- path |
||||
id: media.audio.path |
||||
field_name: path |
||||
entity_type: media |
||||
bundle: audio |
||||
label: 'URL alias' |
||||
description: '' |
||||
required: false |
||||
translatable: false |
||||
default_value: { } |
||||
default_value_callback: '' |
||||
settings: { } |
||||
field_type: path |
@ -0,0 +1,21 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
config: |
||||
- media.type.audio |
||||
id: media.audio.status |
||||
field_name: status |
||||
entity_type: media |
||||
bundle: audio |
||||
label: Published |
||||
description: '' |
||||
required: false |
||||
translatable: false |
||||
default_value: |
||||
- |
||||
value: 1 |
||||
default_value_callback: '' |
||||
settings: |
||||
on_label: 'On' |
||||
off_label: 'Off' |
||||
field_type: boolean |
@ -0,0 +1,36 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
config: |
||||
- media.type.audio |
||||
module: |
||||
- image |
||||
id: media.audio.thumbnail |
||||
field_name: thumbnail |
||||
entity_type: media |
||||
bundle: audio |
||||
label: Thumbnail |
||||
description: 'The thumbnail of the media item.' |
||||
required: false |
||||
translatable: false |
||||
default_value: { } |
||||
default_value_callback: '' |
||||
settings: |
||||
file_extensions: 'png gif jpg jpeg' |
||||
alt_field: true |
||||
alt_field_required: true |
||||
title_field: false |
||||
title_field_required: false |
||||
max_resolution: '' |
||||
min_resolution: '' |
||||
default_image: |
||||
uuid: null |
||||
alt: '' |
||||
title: '' |
||||
width: null |
||||
height: null |
||||
file_directory: '[date:custom:Y]-[date:custom:m]' |
||||
max_filesize: '' |
||||
handler: default |
||||
handler_settings: { } |
||||
field_type: image |
@ -0,0 +1,19 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
config: |
||||
- media.type.audio |
||||
id: media.audio.uid |
||||
field_name: uid |
||||
entity_type: media |
||||
bundle: audio |
||||
label: 'Authored by' |
||||
description: 'The user ID of the author.' |
||||
required: false |
||||
translatable: false |
||||
default_value: { } |
||||
default_value_callback: 'Drupal\media\Entity\Media::getCurrentUserId' |
||||
settings: |
||||
handler: default |
||||
handler_settings: { } |
||||
field_type: entity_reference |
@ -0,0 +1,17 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
config: |
||||
- media.type.file |
||||
id: media.file.changed |
||||
field_name: changed |
||||
entity_type: media |
||||
bundle: file |
||||
label: Changed |
||||
description: 'The time the media item was last edited.' |
||||
required: false |
||||
translatable: false |
||||
default_value: { } |
||||
default_value_callback: '' |
||||
settings: { } |
||||
field_type: changed |
@ -0,0 +1,17 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
config: |
||||
- media.type.file |
||||
id: media.file.created |
||||
field_name: created |
||||
entity_type: media |
||||
bundle: file |
||||
label: 'Authored on' |
||||
description: 'The time the media item was created.' |
||||
required: false |
||||
translatable: false |
||||
default_value: { } |
||||
default_value_callback: 'Drupal\media\Entity\Media::getRequestTime' |
||||
settings: { } |
||||
field_type: created |
@ -0,0 +1,19 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
config: |
||||
- media.type.file |
||||
module: |
||||
- path |
||||
id: media.file.path |
||||
field_name: path |
||||
entity_type: media |
||||
bundle: file |
||||
label: 'URL alias' |
||||
description: '' |
||||
required: false |
||||
translatable: false |
||||
default_value: { } |
||||
default_value_callback: '' |
||||
settings: { } |
||||
field_type: path |
@ -0,0 +1,21 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
config: |
||||
- media.type.file |
||||
id: media.file.status |
||||
field_name: status |
||||
entity_type: media |
||||
bundle: file |
||||
label: Published |
||||
description: '' |
||||
required: false |
||||
translatable: false |
||||
default_value: |
||||
- |
||||
value: 1 |
||||
default_value_callback: '' |
||||
settings: |
||||
on_label: 'On' |
||||
off_label: 'Off' |
||||
field_type: boolean |
@ -0,0 +1,36 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
config: |
||||
- media.type.file |
||||
module: |
||||
- image |
||||
id: media.file.thumbnail |
||||
field_name: thumbnail |
||||
entity_type: media |
||||
bundle: file |
||||
label: Thumbnail |
||||
description: 'The thumbnail of the media item.' |
||||
required: false |
||||
translatable: false |
||||
default_value: { } |
||||
default_value_callback: '' |
||||
settings: |
||||
file_extensions: 'png gif jpg jpeg' |
||||
alt_field: true |
||||
alt_field_required: true |
||||
title_field: false |
||||
title_field_required: false |
||||
max_resolution: '' |
||||
min_resolution: '' |
||||
default_image: |
||||
uuid: null |
||||
alt: '' |
||||
title: '' |
||||
width: null |
||||
height: null |
||||
file_directory: '[date:custom:Y]-[date:custom:m]' |
||||
max_filesize: '' |
||||
handler: default |
||||
handler_settings: { } |
||||
field_type: image |
@ -0,0 +1,19 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
config: |
||||
- media.type.file |
||||
id: media.file.uid |
||||
field_name: uid |
||||
entity_type: media |
||||
bundle: file |
||||
label: 'Authored by' |
||||
description: 'The user ID of the author.' |
||||
required: false |
||||
translatable: false |
||||
default_value: { } |
||||
default_value_callback: 'Drupal\media\Entity\Media::getCurrentUserId' |
||||
settings: |
||||
handler: default |
||||
handler_settings: { } |
||||
field_type: entity_reference |
@ -0,0 +1,17 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
config: |
||||
- media.type.image |
||||
id: media.image.changed |
||||
field_name: changed |
||||
entity_type: media |
||||
bundle: image |
||||
label: Changed |
||||
description: 'The time the media item was last edited.' |
||||
required: false |
||||
translatable: false |
||||
default_value: { } |
||||
default_value_callback: '' |
||||
settings: { } |
||||
field_type: changed |
@ -0,0 +1,17 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
config: |
||||
- media.type.image |
||||
id: media.image.created |
||||
field_name: created |
||||
entity_type: media |
||||
bundle: image |
||||
label: 'Authored on' |
||||
description: 'The time the media item was created.' |
||||
required: false |
||||
translatable: false |
||||
default_value: { } |
||||
default_value_callback: 'Drupal\media\Entity\Media::getRequestTime' |
||||
settings: { } |
||||
field_type: created |
@ -0,0 +1,19 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
config: |
||||
- media.type.image |
||||
module: |
||||
- path |
||||
id: media.image.path |
||||
field_name: path |
||||
entity_type: media |
||||
bundle: image |
||||
label: 'URL alias' |
||||
description: '' |
||||
required: false |
||||
translatable: false |
||||
default_value: { } |
||||
default_value_callback: '' |
||||
settings: { } |
||||
field_type: path |
@ -0,0 +1,21 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
config: |
||||
- media.type.image |
||||
id: media.image.status |
||||
field_name: status |
||||
entity_type: media |
||||
bundle: image |
||||
label: Published |
||||
description: '' |
||||
required: false |
||||
translatable: false |
||||
default_value: |
||||
- |
||||
value: 1 |
||||
default_value_callback: '' |
||||
settings: |
||||
on_label: 'On' |
||||
off_label: 'Off' |
||||
field_type: boolean |
@ -0,0 +1,36 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
config: |
||||
- media.type.image |
||||
module: |
||||
- image |
||||
id: media.image.thumbnail |
||||
field_name: thumbnail |
||||
entity_type: media |
||||
bundle: image |
||||
label: Thumbnail |
||||
description: 'The thumbnail of the media item.' |
||||
required: false |
||||
translatable: false |
||||
default_value: { } |
||||
default_value_callback: '' |
||||
settings: |
||||
file_extensions: 'png gif jpg jpeg' |
||||
alt_field: true |
||||
alt_field_required: true |
||||
title_field: false |
||||
title_field_required: false |
||||
max_resolution: '' |
||||
min_resolution: '' |
||||
default_image: |
||||
uuid: null |
||||
alt: '' |
||||
title: '' |
||||
width: null |
||||
height: null |
||||
file_directory: '[date:custom:Y]-[date:custom:m]' |
||||
max_filesize: '' |
||||
handler: default |
||||
handler_settings: { } |
||||
field_type: image |
@ -0,0 +1,19 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
config: |
||||
- media.type.image |
||||
id: media.image.uid |
||||
field_name: uid |
||||
entity_type: media |
||||
bundle: image |
||||
label: 'Authored by' |
||||
description: 'The user ID of the author.' |
||||
required: false |
||||
translatable: false |
||||
default_value: { } |
||||
default_value_callback: 'Drupal\media\Entity\Media::getCurrentUserId' |
||||
settings: |
||||
handler: default |
||||
handler_settings: { } |
||||
field_type: entity_reference |
@ -0,0 +1,17 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
config: |
||||
- media.type.video |
||||
id: media.video.changed |
||||
field_name: changed |
||||
entity_type: media |
||||
bundle: video |
||||
label: Changed |
||||
description: 'The time the media item was last edited.' |
||||
required: false |
||||
translatable: false |
||||
default_value: { } |
||||
default_value_callback: '' |
||||
settings: { } |
||||
field_type: changed |
@ -0,0 +1,17 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
config: |
||||
- media.type.video |
||||
id: media.video.created |
||||
field_name: created |
||||
entity_type: media |
||||
bundle: video |
||||
label: 'Authored on' |
||||
description: 'The time the media item was created.' |
||||
required: false |
||||
translatable: false |
||||
default_value: { } |
||||
default_value_callback: 'Drupal\media\Entity\Media::getRequestTime' |
||||
settings: { } |
||||
field_type: created |
@ -0,0 +1,19 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
config: |
||||
- media.type.video |
||||
module: |
||||
- path |
||||
id: media.video.path |
||||
field_name: path |
||||
entity_type: media |
||||
bundle: video |
||||
label: 'URL alias' |
||||
description: '' |
||||
required: false |
||||
translatable: false |
||||
default_value: { } |
||||
default_value_callback: '' |
||||
settings: { } |
||||
field_type: path |
@ -0,0 +1,21 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
config: |
||||
- media.type.video |
||||
id: media.video.status |
||||
field_name: status |
||||
entity_type: media |
||||
bundle: video |
||||
label: Published |
||||
description: '' |
||||
required: false |
||||
translatable: false |
||||
default_value: |
||||
- |
||||
value: 1 |
||||
default_value_callback: '' |
||||
settings: |
||||
on_label: 'On' |
||||
off_label: 'Off' |
||||
field_type: boolean |
@ -0,0 +1,36 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
config: |
||||
- media.type.video |
||||
module: |
||||
- image |
||||
id: media.video.thumbnail |
||||
field_name: thumbnail |
||||
entity_type: media |
||||
bundle: video |
||||
label: Thumbnail |
||||
description: 'The thumbnail of the media item.' |
||||
required: false |
||||
translatable: false |
||||
default_value: { } |
||||
default_value_callback: '' |
||||
settings: |
||||
file_extensions: 'png gif jpg jpeg' |
||||
alt_field: true |
||||
alt_field_required: true |
||||
title_field: false |
||||
title_field_required: false |
||||
max_resolution: '' |
||||
min_resolution: '' |
||||
default_image: |
||||
uuid: null |
||||
alt: '' |
||||
title: '' |
||||
width: null |
||||
height: null |
||||
file_directory: '[date:custom:Y]-[date:custom:m]' |
||||
max_filesize: '' |
||||
handler: default |
||||
handler_settings: { } |
||||
field_type: image |
@ -0,0 +1,19 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
config: |
||||
- media.type.video |
||||
id: media.video.uid |
||||
field_name: uid |
||||
entity_type: media |
||||
bundle: video |
||||
label: 'Authored by' |
||||
description: 'The user ID of the author.' |
||||
required: false |
||||
translatable: false |
||||
default_value: { } |
||||
default_value_callback: 'Drupal\media\Entity\Media::getCurrentUserId' |
||||
settings: |
||||
handler: default |
||||
handler_settings: { } |
||||
field_type: entity_reference |
@ -0,0 +1,17 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
config: |
||||
- taxonomy.vocabulary.tags |
||||
id: taxonomy_term.tags.changed |
||||
field_name: changed |
||||
entity_type: taxonomy_term |
||||
bundle: tags |
||||
label: Changed |
||||
description: 'The time that the term was last edited.' |
||||
required: false |
||||
translatable: false |
||||
default_value: { } |
||||
default_value_callback: '' |
||||
settings: { } |
||||
field_type: changed |
@ -0,0 +1,19 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
config: |
||||
- taxonomy.vocabulary.tags |
||||
module: |
||||
- text |
||||
id: taxonomy_term.tags.description |
||||
field_name: description |
||||
entity_type: taxonomy_term |
||||
bundle: tags |
||||
label: Description |
||||
description: '' |
||||
required: false |
||||
translatable: false |
||||
default_value: { } |
||||
default_value_callback: '' |
||||
settings: { } |
||||
field_type: text_long |
@ -0,0 +1,17 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
config: |
||||
- taxonomy.vocabulary.tags |
||||
id: taxonomy_term.tags.name |
||||
field_name: name |
||||
entity_type: taxonomy_term |
||||
bundle: tags |
||||
label: Name |
||||
description: '' |
||||
required: true |
||||
translatable: false |
||||
default_value: { } |
||||
default_value_callback: '' |
||||
settings: { } |
||||
field_type: string |
@ -0,0 +1,19 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
config: |
||||
- taxonomy.vocabulary.tags |
||||
module: |
||||
- path |
||||
id: taxonomy_term.tags.path |
||||
field_name: path |
||||
entity_type: taxonomy_term |
||||
bundle: tags |
||||
label: 'URL alias' |
||||
description: '' |
||||
required: false |
||||
translatable: false |
||||
default_value: { } |
||||
default_value_callback: '' |
||||
settings: { } |
||||
field_type: path |
@ -0,0 +1,61 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
config: |
||||
- core.entity_view_display.comment.comment.default |
||||
- field.field.node.article.body |
||||
- field.field.node.article.comment |
||||
- field.field.node.article.field_image |
||||
- field.field.node.article.field_tags |
||||
- image.style.large |
||||
- node.type.article |
||||
module: |
||||
- comment |
||||
- image |
||||
- text |
||||
- user |
||||
id: node.article.default |
||||
targetEntityType: node |
||||
bundle: article |
||||
mode: default |
||||
content: |
||||
body: |
||||
type: text_default |
||||
weight: 0 |
||||
region: content |
||||
settings: { } |
||||
third_party_settings: { } |
||||
label: hidden |
||||
comment: |
||||
type: comment_default |
||||
weight: 110 |
||||
region: content |
||||
label: above |
||||
settings: |
||||
view_mode: default |
||||
pager_id: 0 |
||||
third_party_settings: { } |
||||
field_image: |
||||
type: image |
||||
weight: -1 |
||||
region: content |
||||
settings: |
||||
image_style: large |
||||
image_link: '' |
||||
third_party_settings: { } |
||||
label: hidden |
||||
field_tags: |
||||
type: entity_reference_label |
||||
weight: 10 |
||||
region: content |
||||
label: above |
||||
settings: |
||||
link: true |
||||
third_party_settings: { } |
||||
links: |
||||
weight: 100 |
||||
region: content |
||||
hidden: |
||||
field_image: true |
||||
field_tags: true |
||||
langcode: true |
@ -0,0 +1,26 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
config: |
||||
- core.entity_view_mode.node.rss |
||||
- field.field.node.article.body |
||||
- field.field.node.article.comment |
||||
- field.field.node.article.field_image |
||||
- field.field.node.article.field_tags |
||||
- node.type.article |
||||
module: |
||||
- user |
||||
id: node.article.rss |
||||
targetEntityType: node |
||||
bundle: article |
||||
mode: rss |
||||
content: |
||||
links: |
||||
weight: 100 |
||||
region: content |
||||
hidden: |
||||
body: true |
||||
comment: true |
||||
field_image: true |
||||
field_tags: true |
||||
langcode: true |
@ -0,0 +1,53 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
config: |
||||
- core.entity_view_mode.node.teaser |
||||
- field.field.node.article.body |
||||
- field.field.node.article.comment |
||||
- field.field.node.article.field_image |
||||
- field.field.node.article.field_tags |
||||
- image.style.medium |
||||
- node.type.article |
||||
module: |
||||
- image |
||||
- text |
||||
- user |
||||
id: node.article.teaser |
||||
targetEntityType: node |
||||
bundle: article |
||||
mode: teaser |
||||
content: |
||||
body: |
||||
type: text_summary_or_trimmed |
||||
weight: 0 |
||||
region: content |
||||
settings: |
||||
trim_length: 600 |
||||
third_party_settings: { } |
||||
label: hidden |
||||
field_image: |
||||
type: image |
||||
weight: -1 |
||||
region: content |
||||
settings: |
||||
image_style: medium |
||||
image_link: content |
||||
third_party_settings: { } |
||||
label: hidden |
||||
field_tags: |
||||
type: entity_reference_label |
||||
weight: 10 |
||||
region: content |
||||
settings: |
||||
link: true |
||||
third_party_settings: { } |
||||
label: above |
||||
links: |
||||
weight: 100 |
||||
region: content |
||||
hidden: |
||||
comment: true |
||||
field_image: true |
||||
field_tags: true |
||||
langcode: true |
@ -0,0 +1,26 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
config: |
||||
- field.storage.node.field_tags |
||||
- node.type.article |
||||
- taxonomy.vocabulary.tags |
||||
id: node.article.field_tags |
||||
field_name: field_tags |
||||
entity_type: node |
||||
bundle: article |
||||
label: Tags |
||||
description: 'Enter a comma-separated list. For example: Amsterdam, Mexico City, "Cleveland, Ohio"' |
||||
required: false |
||||
translatable: false |
||||
default_value: { } |
||||
default_value_callback: '' |
||||
settings: |
||||
handler: 'default:taxonomy_term' |
||||
handler_settings: |
||||
target_bundles: |
||||
tags: tags |
||||
sort: |
||||
field: _none |
||||
auto_create: true |
||||
field_type: entity_reference |
@ -0,0 +1,15 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
config: |
||||
- media.type.audio |
||||
module: |
||||
- content_translation |
||||
third_party_settings: |
||||
content_translation: |
||||
enabled: true |
||||
id: media.audio |
||||
target_entity_type_id: media |
||||
target_bundle: audio |
||||
default_langcode: site_default |
||||
language_alterable: true |
@ -0,0 +1,15 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
config: |
||||
- media.type.file |
||||
module: |
||||
- content_translation |
||||
third_party_settings: |
||||
content_translation: |
||||
enabled: true |
||||
id: media.file |
||||
target_entity_type_id: media |
||||
target_bundle: file |
||||
default_langcode: site_default |
||||
language_alterable: true |
@ -0,0 +1,15 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
config: |
||||
- media.type.image |
||||
module: |
||||
- content_translation |
||||
third_party_settings: |
||||
content_translation: |
||||
enabled: true |
||||
id: media.image |
||||
target_entity_type_id: media |
||||
target_bundle: image |
||||
default_langcode: site_default |
||||
language_alterable: true |
@ -0,0 +1,15 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
config: |
||||
- media.type.video |
||||
module: |
||||
- content_translation |
||||
third_party_settings: |
||||
content_translation: |
||||
enabled: true |
||||
id: media.video |
||||
target_entity_type_id: media |
||||
target_bundle: video |
||||
default_langcode: site_default |
||||
language_alterable: true |
@ -0,0 +1,15 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
config: |
||||
- taxonomy.vocabulary.tags |
||||
module: |
||||
- content_translation |
||||
third_party_settings: |
||||
content_translation: |
||||
enabled: false |
||||
id: taxonomy_term.tags |
||||
target_entity_type_id: taxonomy_term |
||||
target_bundle: tags |
||||
default_langcode: site_default |
||||
language_alterable: false |
@ -0,0 +1,17 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
config: |
||||
- node.type.islandora_object |
||||
id: node.islandora_object.changed |
||||
field_name: changed |
||||
entity_type: node |
||||
bundle: islandora_object |
||||
label: Changed |
||||
description: 'The time that the node was last edited.' |
||||
required: false |
||||
translatable: false |
||||
default_value: { } |
||||
default_value_callback: '' |
||||
settings: { } |
||||
field_type: changed |
@ -0,0 +1,17 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
config: |
||||
- node.type.islandora_object |
||||
id: node.islandora_object.created |
||||
field_name: created |
||||
entity_type: node |
||||
bundle: islandora_object |
||||
label: 'Authored on' |
||||
description: 'The time that the node was created.' |
||||
required: false |
||||
translatable: false |
||||
default_value: { } |
||||
default_value_callback: '' |
||||
settings: { } |
||||
field_type: created |
@ -0,0 +1,19 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
config: |
||||
- node.type.islandora_object |
||||
module: |
||||
- path |
||||
id: node.islandora_object.path |
||||
field_name: path |
||||
entity_type: node |
||||
bundle: islandora_object |
||||
label: 'URL alias' |
||||
description: '' |
||||
required: false |
||||
translatable: false |
||||
default_value: { } |
||||
default_value_callback: '' |
||||
settings: { } |
||||
field_type: path |
@ -0,0 +1,21 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
config: |
||||
- node.type.islandora_object |
||||
id: node.islandora_object.promote |
||||
field_name: promote |
||||
entity_type: node |
||||
bundle: islandora_object |
||||
label: 'Promoted to front page' |
||||
description: '' |
||||
required: false |
||||
translatable: false |
||||
default_value: |
||||
- |
||||
value: 1 |
||||
default_value_callback: '' |
||||
settings: |
||||
on_label: 'On' |
||||
off_label: 'Off' |
||||
field_type: boolean |
@ -0,0 +1,21 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
config: |
||||
- node.type.islandora_object |
||||
id: node.islandora_object.status |
||||
field_name: status |
||||
entity_type: node |
||||
bundle: islandora_object |
||||
label: Published |
||||
description: '' |
||||
required: false |
||||
translatable: false |
||||
default_value: |
||||
- |
||||
value: 1 |
||||
default_value_callback: '' |
||||
settings: |
||||
on_label: 'On' |
||||
off_label: 'Off' |
||||
field_type: boolean |
@ -0,0 +1,21 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
config: |
||||
- node.type.islandora_object |
||||
id: node.islandora_object.sticky |
||||
field_name: sticky |
||||
entity_type: node |
||||
bundle: islandora_object |
||||
label: 'Sticky at top of lists' |
||||
description: '' |
||||
required: false |
||||
translatable: false |
||||
default_value: |
||||
- |
||||
value: 0 |
||||
default_value_callback: '' |
||||
settings: |
||||
on_label: 'On' |
||||
off_label: 'Off' |
||||
field_type: boolean |
@ -0,0 +1,19 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
config: |
||||
- node.type.islandora_object |
||||
id: node.islandora_object.uid |
||||
field_name: uid |
||||
entity_type: node |
||||
bundle: islandora_object |
||||
label: 'Authored by' |
||||
description: 'The username of the content author.' |
||||
required: false |
||||
translatable: false |
||||
default_value: { } |
||||
default_value_callback: 'Drupal\node\Entity\Node::getCurrentUserId' |
||||
settings: |
||||
handler: default |
||||
handler_settings: { } |
||||
field_type: entity_reference |
@ -0,0 +1,15 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
config: |
||||
- node.type.islandora_object |
||||
module: |
||||
- content_translation |
||||
third_party_settings: |
||||
content_translation: |
||||
enabled: true |
||||
id: node.islandora_object |
||||
target_entity_type_id: node |
||||
target_bundle: islandora_object |
||||
default_langcode: site_default |
||||
language_alterable: true |
Loading…
Reference in new issue