Browse Source
* First pass at image bundles * Update composer.json * Update islandora.info.yml * Apparantly 2 and 6 are not the same number. * Pre pull commit * Getting rid of token dsmpull/756/head
dannylamb
8 years ago
committed by
Nick Ruest
5 changed files with 64 additions and 1 deletions
@ -0,0 +1,23 @@
|
||||
uuid: d31f7746-57f6-4081-973e-da400b1e51d1 |
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
enforced: |
||||
module: |
||||
- islandora |
||||
module: |
||||
- islandora |
||||
- media_entity |
||||
id: fedora_resource.field_obj |
||||
field_name: field_obj |
||||
entity_type: fedora_resource |
||||
type: entity_reference |
||||
settings: |
||||
target_type: media |
||||
module: core |
||||
locked: false |
||||
cardinality: 1 |
||||
translatable: true |
||||
indexes: { } |
||||
persist_with_no_fields: false |
||||
custom_storage: false |
@ -0,0 +1,33 @@
|
||||
uuid: 864f50f8-57b5-4a43-80f9-7548b1dc0196 |
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
enforced: |
||||
module: |
||||
- islandora |
||||
module: |
||||
- file |
||||
- image |
||||
- media_entity |
||||
id: media.field_image |
||||
field_name: field_image |
||||
entity_type: media |
||||
type: image |
||||
settings: |
||||
uri_scheme: public |
||||
default_image: |
||||
uuid: '' |
||||
alt: '' |
||||
title: '' |
||||
width: null |
||||
height: null |
||||
target_type: file |
||||
display_field: false |
||||
display_default: false |
||||
module: image |
||||
locked: false |
||||
cardinality: 1 |
||||
translatable: true |
||||
indexes: { } |
||||
persist_with_no_fields: false |
||||
custom_storage: false |
Loading…
Reference in new issue