Update Composer, update everything
This commit is contained in:
parent
ea3e94409f
commit
dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions
12
vendor/drupal/console/templates/module/config/schema/entity.schema.yml.twig
vendored
Normal file
12
vendor/drupal/console/templates/module/config/schema/entity.schema.yml.twig
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{{ module }}.{{ entity_name }}.*:
|
||||
type: config_entity
|
||||
label: '{{ label }} config'
|
||||
mapping:
|
||||
id:
|
||||
type: string
|
||||
label: 'ID'
|
||||
label:
|
||||
type: label
|
||||
label: 'Label'
|
||||
uuid:
|
||||
type: string
|
||||
Reference in a new issue