diff options
author | Nitesh Kumar Sinha | 2019-07-02 12:18:29 +0530 |
---|---|---|
committer | GitHub | 2019-07-02 12:18:29 +0530 |
commit | 847360bf5ac011771dc013677542ece7b356a528 (patch) | |
tree | e11370475afe87870b8efa2aa8d242a7563329dd /modules/mansimran/student_clubs/student_clubs.info.yml | |
parent | 6b65fd6d7fda826b967442aabb10ead6197aa4b2 (diff) | |
parent | 4e585c030ed6b5ea73b77a696a78f8855d9a26d8 (diff) | |
download | acadmix_distribution-847360bf5ac011771dc013677542ece7b356a528.tar.gz acadmix_distribution-847360bf5ac011771dc013677542ece7b356a528.tar.bz2 acadmix_distribution-847360bf5ac011771dc013677542ece7b356a528.zip |
Merge pull request #4 from Mansimran7/master
Mansimran - custom modules
Diffstat (limited to 'modules/mansimran/student_clubs/student_clubs.info.yml')
-rwxr-xr-x | modules/mansimran/student_clubs/student_clubs.info.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/modules/mansimran/student_clubs/student_clubs.info.yml b/modules/mansimran/student_clubs/student_clubs.info.yml new file mode 100755 index 0000000..651ed7d --- /dev/null +++ b/modules/mansimran/student_clubs/student_clubs.info.yml @@ -0,0 +1,16 @@ +name: 'Student Clubs' +type: module +description: 'My Awesome Module' +core: 8.x +package: 'Custom' +dependencies: + - drupal:node + - drupal:menu_ui + - drupal:taxonomy + - drupal:file + - drupal:image + - drupal:link + - drupal:text + - drupal:user + - drupal:path + |