Issue #3421054 - Drupal 10
parent
b77984ae
No related branches found
No related tags found
Showing
- README.md 37 additions, 5 deletionsREADME.md
- blocktheme.info.yml 2 additions, 1 deletionblocktheme.info.yml
- blocktheme.links.menu.yml 4 additions, 0 deletionsblocktheme.links.menu.yml
- blocktheme.links.task.yml 4 additions, 0 deletionsblocktheme.links.task.yml
- blocktheme.module 10 additions, 22 deletionsblocktheme.module
- blocktheme.routing.yml 3 additions, 3 deletionsblocktheme.routing.yml
- composer.json 41 additions, 0 deletionscomposer.json
- config/install/blocktheme.settings.yml 1 addition, 4 deletionsconfig/install/blocktheme.settings.yml
- config/schema/blocktheme.schema.yml 17 additions, 0 deletionsconfig/schema/blocktheme.schema.yml
- src/Form/BlockthemeAdminSettingsForm.php 10 additions, 7 deletionssrc/Form/BlockthemeAdminSettingsForm.php
blocktheme.links.menu.yml
0 → 100644
blocktheme.links.task.yml
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "drupal/blocktheme", | ||
"description": "BlockTheme allows an admin to define tpl files for standard block templates.", | ||
"type": "drupal-module", | ||
"license": "GPL-2.0-or-later", | ||
"keywords": ["Drupal"], | ||
"homepage": "https://www.drupal.org/project/blocktheme", | ||
"authors": [ | ||
{ | ||
"name": "Andrei Mateescu (amateescu)", | ||
"homepage": "https://www.drupal.org/u/amateescu", | ||
"role": "Maintainer" | ||
}, | ||
{ | ||
"name": "Greg Harvey (greg.harvey)", | ||
"homepage": "https://www.drupal.org/u/gregharvey", | ||
"role": "Maintainer" | ||
}, | ||
{ | ||
"name": "Jacob Singh (JacobSingh)", | ||
"homepage": "https://www.drupal.org/u/jacobsingh", | ||
"role": "Maintainer" | ||
}, | ||
{ | ||
"name": "Alexander Shudra (str8)", | ||
"homepage": "https://www.drupal.org/u/str8", | ||
"role": "Maintainer" | ||
}, | ||
{ | ||
"name": "Viktor Holovachek (AstonVictor)", | ||
"homepage": "https://www.drupal.org/u/astonvictor", | ||
"role": "Maintainer" | ||
} | ||
], | ||
"minimum-stability": "dev", | ||
"support": { | ||
"issues": "https://www.drupal.org/project/issues/blocktheme", | ||
"source": "https://git.drupalcode.org/project/blocktheme" | ||
}, | ||
"require": { } | ||
} |
config/schema/blocktheme.schema.yml
0 → 100644
Please register or sign in to comment