added features
This commit is contained in:
@@ -0,0 +1,92 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
name: Default
|
||||
machine_name: default
|
||||
description: ''
|
||||
assignments:
|
||||
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
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
export:
|
||||
folder: 'custom'
|
||||
langcode: en
|
||||
@@ -0,0 +1,207 @@
|
||||
features.settings:
|
||||
type: config_entity
|
||||
label: 'Features settings'
|
||||
mapping:
|
||||
export:
|
||||
type: mapping
|
||||
label: "Export settings"
|
||||
mapping:
|
||||
folder:
|
||||
type: string
|
||||
label: "Folder"
|
||||
langcode:
|
||||
type: string
|
||||
label: "Language Code"
|
||||
|
||||
features.bundle.*:
|
||||
type: config_entity
|
||||
label: 'Features bundle'
|
||||
mapping:
|
||||
machine_name:
|
||||
type: string
|
||||
label: "Machine name"
|
||||
name:
|
||||
type: string
|
||||
label: "Name"
|
||||
description:
|
||||
type: string
|
||||
label: "Description"
|
||||
assignments:
|
||||
type: sequence
|
||||
label: "Assignment"
|
||||
sequence:
|
||||
type: features.assignment.[%key]
|
||||
profile_name:
|
||||
type: string
|
||||
label: "Profile name"
|
||||
is_profile:
|
||||
type: boolean
|
||||
label: "Is install profile"
|
||||
|
||||
features.assignment.*:
|
||||
type: mapping
|
||||
label: "Assignment settings"
|
||||
mapping:
|
||||
enabled:
|
||||
type: boolean
|
||||
label: "Enabled"
|
||||
weight:
|
||||
type: integer
|
||||
label: "Weight"
|
||||
|
||||
features.assignment.base:
|
||||
type: mapping
|
||||
label: "Base type"
|
||||
mapping:
|
||||
enabled:
|
||||
type: boolean
|
||||
label: "Enabled"
|
||||
weight:
|
||||
type: integer
|
||||
label: "Weight"
|
||||
types:
|
||||
type: mapping
|
||||
label: "Types"
|
||||
mapping:
|
||||
config:
|
||||
type: sequence
|
||||
label: "Configuration Types"
|
||||
sequence:
|
||||
type: string
|
||||
content:
|
||||
type: sequence
|
||||
label: "Content entity types"
|
||||
sequence:
|
||||
type: string
|
||||
|
||||
features.assignment.core:
|
||||
type: mapping
|
||||
label: "Core type"
|
||||
mapping:
|
||||
enabled:
|
||||
type: boolean
|
||||
label: "Enabled"
|
||||
weight:
|
||||
type: integer
|
||||
label: "Weight"
|
||||
types:
|
||||
type: mapping
|
||||
label: "Types"
|
||||
mapping:
|
||||
config:
|
||||
type: sequence
|
||||
label: "Configuration Types"
|
||||
sequence:
|
||||
type: string
|
||||
|
||||
features.assignment.exclude:
|
||||
type: mapping
|
||||
label: "Exclude"
|
||||
mapping:
|
||||
enabled:
|
||||
type: boolean
|
||||
label: "Enabled"
|
||||
weight:
|
||||
type: integer
|
||||
label: "Weight"
|
||||
types:
|
||||
type: mapping
|
||||
label: "Types"
|
||||
mapping:
|
||||
config:
|
||||
type: sequence
|
||||
label: "Configuration Types"
|
||||
sequence:
|
||||
type: string
|
||||
curated:
|
||||
type: boolean
|
||||
label: "Exclude designated site-specific configuration"
|
||||
module:
|
||||
type: mapping
|
||||
label: "Module"
|
||||
mapping:
|
||||
installed:
|
||||
type: boolean
|
||||
label: "Exclude installed module-provided entity configuration"
|
||||
profile:
|
||||
type: boolean
|
||||
label: "Don't exclude install profile's configuration"
|
||||
namespace:
|
||||
type: boolean
|
||||
label: "Don't exclude non-installed configuration by namespace"
|
||||
namespace_any:
|
||||
type: boolean
|
||||
label: "Don't exclude ANY configuration by namespace"
|
||||
|
||||
features.assignment.optional:
|
||||
type: mapping
|
||||
label: "Optional"
|
||||
mapping:
|
||||
enabled:
|
||||
type: boolean
|
||||
label: "Enabled"
|
||||
weight:
|
||||
type: integer
|
||||
label: "Weight"
|
||||
types:
|
||||
type: mapping
|
||||
label: "Types"
|
||||
mapping:
|
||||
config:
|
||||
type: sequence
|
||||
label: "Configuration Types"
|
||||
sequence:
|
||||
type: string
|
||||
|
||||
features.assignment.profile:
|
||||
type: mapping
|
||||
label: "Profile"
|
||||
mapping:
|
||||
enabled:
|
||||
type: boolean
|
||||
label: "Enabled"
|
||||
weight:
|
||||
type: integer
|
||||
label: "Weight"
|
||||
curated:
|
||||
type: boolean
|
||||
label: "Add commonly-needed configuration"
|
||||
standard:
|
||||
type: mapping
|
||||
label: "Standard"
|
||||
mapping:
|
||||
files:
|
||||
type: boolean
|
||||
label: "Add configuration and files from Standard profile"
|
||||
dependencies:
|
||||
type: boolean
|
||||
label: "Add module and theme dependencies from Standard profile"
|
||||
types:
|
||||
type: mapping
|
||||
label: "Types"
|
||||
mapping:
|
||||
config:
|
||||
type: sequence
|
||||
label: "Configuration Types"
|
||||
sequence:
|
||||
type: string
|
||||
|
||||
features.assignment.site:
|
||||
type: mapping
|
||||
label: "Site"
|
||||
mapping:
|
||||
enabled:
|
||||
type: boolean
|
||||
label: "Enabled"
|
||||
weight:
|
||||
type: integer
|
||||
label: "Weight"
|
||||
types:
|
||||
type: mapping
|
||||
label: "Types"
|
||||
mapping:
|
||||
config:
|
||||
type: sequence
|
||||
label: "Configuration Types"
|
||||
sequence:
|
||||
type: string
|
||||
Reference in New Issue
Block a user