diff --git a/README.md b/README.md index be90c4c8..de6f9d59 100644 --- a/README.md +++ b/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 diff --git a/config/install/field.field.media.fits_technical_metadata.fits_ois_file_information_md5che.yml b/config/install/field.field.media.fits_technical_metadata.fits_ois_file_information_md5che.yml new file mode 100644 index 00000000..d987e825 --- /dev/null +++ b/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 diff --git a/config/install/field.storage.media.fits_ois_file_information_md5che.yml b/config/install/field.storage.media.fits_ois_file_information_md5che.yml new file mode 100644 index 00000000..2d3b4888 --- /dev/null +++ b/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