-
- Downloads
Initial commit
parents
No related branches found
No related tags found
Showing
- LICENSE.txt 340 additions, 0 deletionsLICENSE.txt
- README.md 21 additions, 0 deletionsREADME.md
- composer.json 15 additions, 0 deletionscomposer.json
- custom_markup_block.info.yml 7 additions, 0 deletionscustom_markup_block.info.yml
- src/Plugin/Block/CustomMarkup.php 66 additions, 0 deletionssrc/Plugin/Block/CustomMarkup.php
LICENSE.txt
0 → 100644
README.md
0 → 100755
composer.json
0 → 100644
{ | ||
"name": "drupal/custom_markup_block", | ||
"description": "Custom Markup Block", | ||
"type": "drupal-module", | ||
"license": "GPL-2.0+", | ||
"keywords": ["php", "blocks", "drupal"], | ||
"homepage": "https://github.com/jez500/Custom-Markup-Block", | ||
"minimum-stability": "dev", | ||
"authors": [ | ||
{ | ||
"name": "Jeremy Graham", | ||
"role": "Maintainer" | ||
} | ||
] | ||
} |
custom_markup_block.info.yml
0 → 100755
src/Plugin/Block/CustomMarkup.php
0 → 100755
Please register or sign in to comment