Skip to content
Snippets Groups Projects

#3446722: Introduce an example set of representative SDC components; transition from "component list" to "component tree"

Merged #3446722: Introduce an example set of representative SDC components; transition from "component list" to "component tree"
Compare and
70 files
+ 2296
1263
Compare changes
  • Side-by-side
  • Inline
Files
70
'$schema': 'https://git.drupalcode.org/project/sdc/-/raw/1.x/src/metadata.schema.json'
name: One Column
status: stable
group: Container
props:
type: object
required:
- width
properties:
width:
type: string
title: Width
default: normal
enum:
- 'full'
- 'wide'
- 'normal'
- 'narrow'
examples: ['full', 'wide', 'normal', 'narrow']
slots:
content:
title: Content
description: The contents of the column.
# @todo can_be_dropzone: true
# @todo this should be a dropzone
Loading