bootstrap_barrio-5.1.3/components/menu_columns/menu_columns.component.yml
components/menu_columns/menu_columns.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: Menu in Columns
# Status can be: "experimental", "stable", "deprecated", "obsolete".
status: stable
# Schema for the props. We support www.json-schema.org. Learn more about the
# syntax there.
props:
type: object
properties:
items:
type: array
title: Links
item:
type: Drupal\Core\Menu\MenuLinkInterface
title: Link
