module_builder-8.x-3.x-dev/config/schema/module_builder.schema.yml
config/schema/module_builder.schema.yml
module_builder.settings:
type: config_object
label: 'Module Builder settings'
mapping:
data_directory:
type: string
label: 'Data directory'
generator_settings:
type: mapping
label: 'Generator settings'
mapping:
module:
type: ignore
module_builder.component.*:
type: config_entity
label: 'Example config'
mapping:
id:
type: string
label: 'ID'
name:
type: label
label: 'Name'
location:
type: mapping
label: Location
mapping:
location_type:
type: string
label: 'Location type'
test_parent_module:
type: string
label: 'Test parent module'
parent_module:
type: string
label: 'Parent module'
custom:
type: string
label: 'Custo location'
data:
type: ignore
label: 'Component data'
