
| Current Path : /var/www/html/rocksensor1/web/themes/contrib/bootstrap/components/title/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/rocksensor1/web/themes/contrib/bootstrap/components/title/title.component.yml |
# This is so your IDE knows about the syntax for fixes and autocomplete.
$schema: https://git.drupalcode.org/project/drupal/-/raw/HEAD/core/assets/schemas/v1/metadata.schema.json
# The human readable name.
name: Title
# 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:
type: object
properties:
attributes:
type: Drupal\Core\Template\Attribute
title: Attributes
description: Wrapper attributes.
label:
type: string
html_tag:
type: string
title: HTML tag for title
# Limit the available options by using enums.
enum:
- h1
- h2
- h3
- h4
- h5
- h6
- span
# Provide a default value
default: h2
slots:
title_prefix:
type: object
title: Title prefix
title_suffix:
type: object
title: Title suffix