- Issue created by @luke.leber
It does not appear that the description
of a prop is used in the corresponding form element.
Given
$schema: 'https://git.drupalcode.org/project/drupal/-/raw/HEAD/core/assets/schemas/v1/metadata.schema.json'
name: My SDC
status: stable
group: Molecule/My SDC
props:
type: object
properties:
some_prop:
type: string
title: Some Prop
description: Should I show up as the textfield description?
I rather expected Should I show up as the textfield description?
to appear as an equivalent-ish thing to the FAPI #description
on the corresponding form element.
Either make the form element display the #description
or educate me on the intended use of description
π
.
Possibly many, depending on the outcome!
Active
0.0
User interface