component_library-1.0.x-dev/config/schema/component_library.schema.yml
config/schema/component_library.schema.yml
component_library.variant.*:
type: config_entity
label: Component Library Variant
mapping:
id:
type: string
label: ID
label:
type: label
label: Label
uuid:
type: string
description:
type: string
template:
type: string
label: Template
pattern:
type: string
label: Pattern
component_library.pattern.*:
type: config_entity
label: Component library pattern
mapping:
id:
type: string
label: ID
label:
type: label
label: Label
uuid:
type: string
description:
type: string
data:
type: string
label: Data
tags:
type: sequence
label: Tags
sequence:
type: string
label: Tag
component_library.override.*:
type: config_entity
label: Component Override
mapping:
id:
type: string
label: ID
label:
type: label
label: Label
override:
type: string
label: Override
theme:
type: string
plugin:
label: Plugin
type: string
plugin_data:
label: Plugin data
type: string
template:
type: string
label: Template
variables:
type: string
label: Variables
libraries:
type: sequence
label: Libraries
sequence:
type: string
label: Library
component_library.component_library_asset.*:
type: config_entity
label: Component Library Asset
mapping:
id:
type: string
label: ID
label:
type: label
label: 'Library Name'
uuid:
type: string
theme:
type: string
label: Theme
files:
type: sequence
label: Files
sequence:
mapping:
name:
type: string
label: Name
code:
type: string
label: Code
type:
type: string
label: Type
path:
type: string
label: path
component_library.override_mode.settings:
type: config_object
label: 'Override Mode settings'
mapping:
override_mode:
type: boolean
label: 'Whether the Override Mode UI is enabled.'
variables_max_size:
type: integer
label: 'The maximum number of nodes in the template variables array.'
memory_limit:
type: integer
label: 'The total memory usage limit in MB.'
