Skip to content
Snippets Groups Projects

blocks components created

30 files
+ 595
89
Compare changes
  • Side-by-side
  • Inline
Files
30
$schema: https://git.drupalcode.org/project/drupal/-/raw/10.1.x/core/modules/sdc/src/metadata.schema.json
name: localaction
label: 'Local Action'
description: 'Component for rendering local action (primary admin actions).'
category: 'Navigation'
schema:
properties:
content:
type: string
description: 'The rendered HTML content of the local actions.'
default: '<ul class="action-links"><li><a href="/admin">Admin Action</a></li></ul>'
Loading