Initial Drupal 11 with DDEV setup
This commit is contained in:
8
web/core/modules/options/options.info.yml
Normal file
8
web/core/modules/options/options.info.yml
Normal file
@ -0,0 +1,8 @@
|
||||
name: Options
|
||||
type: module
|
||||
description: 'Defines field types with select lists, checkboxes, and radio buttons to select values from fixed lists of options.'
|
||||
package: Field types
|
||||
version: VERSION
|
||||
dependencies:
|
||||
- drupal:field
|
||||
- drupal:text
|
||||
Reference in New Issue
Block a user