Skip to content
Snippets Groups Projects

Resolve #3365451 "Create new sdc"

Closed Aaron Manire requested to merge issue/drupal-3365451:3365451-create-new-sdc into 10.1.x
1 unresolved thread
Files
6
# This is so your IDE knows about the syntax for fixes and autocomplete.
$schema: https://git.drupalcode.org/project/sdc/-/raw/1.x/src/metadata.schema.json
# The human readable name.
name: Disclaimer
# Status can be: "experimental", "stable", "deprecated", "obsolete".
status: experimental
# Schema for the props. We support www.json-schema.org. Learn more about the
# syntax there.
props:
# Props are always an object with keys. Each key is a variable in your
# component template.
type: object
properties:
disclaimer:
type: string
description: Disclaimer text
copyright:
type: string
description: Copyright text of Disclaimer
examples:
- Terms & Conditions
Loading