Browse Source

Added field to config

pull/907/head
Alan Stanley 6 years ago
parent
commit
7d570c4241
  1. 2
      README.md
  2. 20
      config/install/field.field.media.fits_technical_metadata.fits_ois_file_information_md5che.yml
  3. 19
      config/install/field.storage.media.fits_ois_file_information_md5che.yml

2
README.md

@ -1,6 +1,8 @@
# Islandora FITS
Config module to make Islandora aware of FITS microservice
## Installation
#### Install this module
Install and enable this module in the usual way. On installation the module will

20
config/install/field.field.media.fits_technical_metadata.fits_ois_file_information_md5che.yml

@ -0,0 +1,20 @@
langcode: en
status: true
dependencies:
config:
- field.storage.media.fits_ois_file_information_md5che
- media.type.fits_technical_metadata
module:
- text
id: media.fits_technical_metadata.fits_ois_file_information_md5che
field_name: fits_ois_file_information_md5che
entity_type: media
bundle: fits_technical_metadata
label: OIS_File_Information_Md5checksum
description: ''
required: false
translatable: true
default_value: { }
default_value_callback: ''
settings: { }
field_type: text

19
config/install/field.storage.media.fits_ois_file_information_md5che.yml

@ -0,0 +1,19 @@
langcode: en
status: true
dependencies:
module:
- media
- text
id: media.fits_ois_file_information_md5che
field_name: fits_ois_file_information_md5che
entity_type: media
type: text
settings:
max_length: 255
module: text
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false
Loading…
Cancel
Save