Skip to content
Snippets Groups Projects
Commit 5c14ca90 authored by Madhukar  Krishnachary's avatar Madhukar Krishnachary
Browse files

test-sdc-conversion-starshot-heading

parent 03ef133c
No related branches found
No related tags found
1 merge request!10Resolve #3467288 "Test sdc conversion"
# Starshot heading
This is the starshot heading component.
## Usage
This component can be used within Experience Builder and other page builders that support SDC. It can also be added to other components and theme templates.
name: Starshot heading
status: experimental
group: Atoms
props:
type: object
required:
- display
properties:
theme:
type: string
title: Theme
description: 'Theme: light, dark.'
default: light
enum:
- light
- dark
content:
type: string
title: Content
description: Heading content.
level:
type: string
title: Level
description: 'Semantic level: 1, 2, 3, 4, 5, 6.'
default: 2
enum:
- '1'
- '2'
- '3'
- '4'
- '5'
- '6'
display:
type: string
title: Display
description: 'Font style of heading: drupal-2, drupal-3, drupal-4, drupal-5,
drupal-6, drupal-7, drupal-8.'
enum:
- drupal-2
- drupal-3
- drupal-4
- drupal-5
- drupal-6
- drupal-7
- drupal-8
align:
type: string
title: Align
description: 'Heading alignment: left, right, center.'
default: left
enum:
- left
- right
- center
attributes:
type: string
title: Attributes
description: Additional attributes.
modifier_class:
type: string
title: Modifier class
description: Additional classes.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment