Initial commit.
parents
No related branches found
No related tags found
Showing
- README.md 48 additions, 0 deletionsREADME.md
- composer.json 23 additions, 0 deletionscomposer.json
- fullcalendar_block.info.yml 9 additions, 0 deletionsfullcalendar_block.info.yml
- fullcalendar_block.libraries.yml 19 additions, 0 deletionsfullcalendar_block.libraries.yml
- fullcalendar_block.module 15 additions, 0 deletionsfullcalendar_block.module
- js/fullcalendar_block.js 76 additions, 0 deletionsjs/fullcalendar_block.js
- src/Plugin/Block/FullCalendarBlock.php 193 additions, 0 deletionssrc/Plugin/Block/FullCalendarBlock.php
- templates/fullcalendar-block.html.twig 14 additions, 0 deletionstemplates/fullcalendar-block.html.twig
README.md
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "drupal/fullcalendar_block", | ||
"type": "drupal-module", | ||
"description": "Provide a block for calendar powered by FullCalendar JS.", | ||
"keywords": ["Drupal"], | ||
"license": "MIT", | ||
"homepage": "http://drupal.org/project/fullcalendar_block", | ||
"minimum-stability": "dev", | ||
"authors": [ | ||
{ | ||
"name": "Mingsong Hu", | ||
"homepage": "https://www.drupal.org/u/mingsong", | ||
"role": "Maintainer" | ||
} | ||
], | ||
"support": { | ||
"issues": "http://drupal.org/project/issues/fullcalendar_block", | ||
"source": "http://cgit.drupalcode.org/fullcalendar_block" | ||
}, | ||
"required": { | ||
"drupal-ckeditor-libraries-group/fakeobjects": "^4.5.11" | ||
} | ||
} |
fullcalendar_block.info.yml
0 → 100644
fullcalendar_block.libraries.yml
0 → 100644
fullcalendar_block.module
0 → 100644
js/fullcalendar_block.js
0 → 100644
src/Plugin/Block/FullCalendarBlock.php
0 → 100644
templates/fullcalendar-block.html.twig
0 → 100644
Please register or sign in to comment