Schemaorgcomponentsections 表单字段
**Schemaorgcomponentsections** 表单字段类型提供了一个列表框,其中包含启用的组件类型扩展。它继承自 ComponentsField 并将数据限制为 SchemaorgServiceInterface 类型的项目。
- **type**(必填)必须为schemaorgcomponentsections。
- **name**(必填)是字段的唯一名称。
- **label**(必填)(可翻译)是字段的 HTML 标签。
- **description**(可选)(可翻译)是字段描述。
- **multiple**(可选)如果设置为 true,则允许同时选择多个项目。设置为 false 以允许单选。
- **required**(可选)如果设置为 true,则第一个字段选项应为空,请参见最后一个示例。
由以下文件实现:libraries/src/Form/Field/SchemaorgComponentSectionsField.php
XML 参数定义示例
<field
name="schemacomponentslist"
type="Schemaorgcomponentsections"
label="Select a schema"
description=""
/>