Browse Source
* Remove Feature-ness of Islandora Core Feature. * Remove features bundle config. * Remove from composer.json. * Remove dependency on Features UI. * Rename install dir to optional. * Update text_extraction_defaults and remove 'fim' from workflows.pull/913/merge 2.11.0
Rosie Le Faive
1 year ago
committed by
GitHub
67 changed files with 0 additions and 122 deletions
@ -1,100 +0,0 @@
|
||||
langcode: en |
||||
status: true |
||||
dependencies: |
||||
enforced: |
||||
module: |
||||
- islandora_core_feature |
||||
name: Islandora |
||||
machine_name: islandora |
||||
description: 'Features for islandora' |
||||
assignments: |
||||
alter: |
||||
core: true |
||||
uuid: true |
||||
user_permissions: true |
||||
enabled: true |
||||
weight: 0 |
||||
base: |
||||
types: |
||||
config: |
||||
comment_type: comment_type |
||||
node_type: node_type |
||||
content: |
||||
user: user |
||||
enabled: true |
||||
weight: -2 |
||||
core: |
||||
types: |
||||
config: |
||||
date_format: date_format |
||||
field_storage_config: field_storage_config |
||||
entity_form_mode: entity_form_mode |
||||
image_style: image_style |
||||
menu: menu |
||||
responsive_image_style: responsive_image_style |
||||
user_role: user_role |
||||
entity_view_mode: entity_view_mode |
||||
enabled: true |
||||
weight: 5 |
||||
dependency: |
||||
enabled: true |
||||
weight: 15 |
||||
exclude: |
||||
types: |
||||
config: |
||||
features_bundle: features_bundle |
||||
curated: true |
||||
module: |
||||
installed: true |
||||
profile: true |
||||
namespace: true |
||||
namespace_any: false |
||||
enabled: true |
||||
weight: -5 |
||||
existing: |
||||
enabled: true |
||||
weight: 12 |
||||
forward_dependency: |
||||
enabled: true |
||||
weight: 4 |
||||
namespace: |
||||
enabled: true |
||||
weight: 0 |
||||
optional: |
||||
types: |
||||
config: { } |
||||
enabled: true |
||||
weight: 0 |
||||
packages: |
||||
enabled: true |
||||
weight: -20 |
||||
profile: |
||||
curated: true |
||||
standard: |
||||
files: true |
||||
dependencies: true |
||||
types: |
||||
config: |
||||
block: block |
||||
language_content_settings: language_content_settings |
||||
configurable_language: configurable_language |
||||
migration: migration |
||||
shortcut_set: shortcut_set |
||||
tour: tour |
||||
enabled: true |
||||
weight: 10 |
||||
site: |
||||
types: |
||||
config: |
||||
action: action |
||||
contact_form: contact_form |
||||
block_content_type: block_content_type |
||||
rdf_mapping: rdf_mapping |
||||
search_page: search_page |
||||
taxonomy_vocabulary: taxonomy_vocabulary |
||||
editor: editor |
||||
filter_format: filter_format |
||||
enabled: true |
||||
weight: 7 |
||||
profile_name: '' |
||||
is_profile: false |
@ -1,16 +0,0 @@
|
||||
bundle: islandora |
||||
excluded: |
||||
- language.content_settings.taxonomy_term.islandora_media_use |
||||
- language.content_settings.taxonomy_term.islandora_models |
||||
required: |
||||
- features.bundle.islandora |
||||
- field.storage.media.field_file_size |
||||
- field.storage.media.field_height |
||||
- field.storage.media.field_media_of |
||||
- field.storage.media.field_media_use |
||||
- field.storage.media.field_mime_type |
||||
- field.storage.media.field_width |
||||
- field.storage.node.field_member_of |
||||
- field.storage.node.field_model |
||||
- field.storage.node.field_weight |
||||
- field.storage.taxonomy_term.field_external_uri |
Loading…
Reference in new issue