-
- Downloads
Initial commit
Showing
- .editorconfig 17 additions, 0 deletions.editorconfig
- .gitignore 1 addition, 0 deletions.gitignore
- LICENSE 0 additions, 0 deletionsLICENSE
- bef_html5_date.info.yml 7 additions, 0 deletionsbef_html5_date.info.yml
- composer.json 21 additions, 0 deletionscomposer.json
- src/Plugin/better_exposed_filters/filter/Html5Date.php 73 additions, 0 deletionssrc/Plugin/better_exposed_filters/filter/Html5Date.php
.editorconfig
0 → 100644
.gitignore
0 → 100644
LICENSE
0 → 100644
This diff is collapsed.
bef_html5_date.info.yml
0 → 100644
composer.json
0 → 100644
{ | |||
"name": "drupal/bef_html5_date", | |||
"description": "BEF HTML5 Date plugin", | |||
"type": "drupal-module", | |||
"license": "AGPL-3.0+", | |||
"authors": [ | |||
{ | |||
"name": "Frank Mably (mably)", | |||
"homepage": "https://www.drupal.org/u/mably", | |||
"role": "Maintainer" | |||
} | |||
], | |||
"homepage": "https://drupal.org/project/bef_html5_date", | |||
"support": { | |||
"issues": "https://drupal.org/project/issues/bef_html5_date", | |||
"source": "https://git.drupalcode.org/project/bef_html5_date" | |||
}, | |||
"require": { | |||
"drupal/core": "^9.3 || ^10" | |||
} | |||
} |
Please register or sign in to comment