1b: Add my_module.info.yml
Add the my_module.info.yml file so that the module can be enabled.
This commit is contained in:
parent
e859418cbd
commit
2dafec2f67
2 changed files with 6 additions and 0 deletions
5
web/modules/custom/my_module/my_module.info.yml
Normal file
5
web/modules/custom/my_module/my_module.info.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
name: My Module
|
||||
type: module
|
||||
core: 8.x
|
||||
core_version_requirement: ^8 || ^9
|
||||
package: Custom
|
Loading…
Add table
Add a link
Reference in a new issue