commerce_donation_flow-1.0.x-dev/components/summaries/summary_container/summary_container.component.yml
components/summaries/summary_container/summary_container.component.yml
# Everything in this file is optional. Still, the file needs to exist. Adding
# metadata here will improve the DX when using components.
# 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: Summaries
# Status can be: "experimental", "stable", "deprecated", "obsolete".
status: stable
# Use this key to organize components together.
group: Summaries
# 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:
# The key is the name of the variable in the template.
content:
title: Render elements
type: string
classes:
title: Wrapper classes
type: string
