bootstrap_barrio-5.1.3/components/tabs/tabs.component.yml
components/tabs/tabs.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: Tabs
# 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.
items:
type: array
title: Items
item:
type: object
title: Item
properties:
body:
type: string
title: Body
title:
type: string
title: Title
show:
type: boolean
title: Show
