devel_wizard-2.x-dev/components/organization/spell-definition-list/spell-definition-list.component.yml
components/organization/spell-definition-list/spell-definition-list.component.yml
'$schema': 'https://git.drupalcode.org/project/drupal/-/raw/10.1.x/core/modules/sdc/src/metadata.schema.json'
name: 'Spell definition list'
status: 'stable'
description: 'Renders „Devel Wizard Spell Definition Card” components into a filterable list.'
#libraryDependencies:
# - core/once
props:
type: 'object'
properties:
attributes:
type: 'Drupal\Core\Template\Attribute'
title: 'Attributes to the most outer wrapper tag.'
search_attributes:
type: 'Drupal\Core\Template\Attribute'
title: 'Attributes to the <search /> tag.'
content_attributes:
type: 'Drupal\Core\Template\Attribute'
title: 'Attributes to the <output /> tag.'
spell_definitions:
type: 'string'
title: 'Rendered „Spell Definition Card” items.'
