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
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -10,6 +10,7 @@
|
|||
!/docker-compose.yaml
|
||||
!/Makefile
|
||||
!/php.ini
|
||||
!/web/modules/custom/**
|
||||
!/web/sites/default/settings.php
|
||||
!/web/sites/default/settings.symfony.php
|
||||
!/workspace.yml
|
||||
|
|
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…
Reference in a new issue