Skip to content
Snippets Groups Projects
Commit fafe67a5 authored by Benjamin Baird's avatar Benjamin Baird
Browse files

Issue #3424788: Add version number to the *.libraries.yml files for the 1.0.0 release

parent b31e8d09
No related branches found
No related tags found
1 merge request!12Resolve #3424788 "Add version number"
Pipeline #165924 failed
......@@ -25,7 +25,7 @@ class MultiselectDropdownFilterWidget extends FilterWidgetBase {
#[\Override]
public static function isApplicable(
$filter = NULL,
array $filter_options = []
array $filter_options = [],
): bool {
$base_applicable = parent::isApplicable($filter, $filter_options)
&& $filter_options['expose']['multiple'];
......@@ -65,7 +65,7 @@ class MultiselectDropdownFilterWidget extends FilterWidgetBase {
#[\Override]
public function buildConfigurationForm(
array $form,
FormStateInterface $form_state
FormStateInterface $form_state,
): array {
$form = parent::buildConfigurationForm($form, $form_state);
......
polyfill:
version: VERSION
version: '1.0.0'
css:
component:
css/multiselect-dropdown-polyfill.css: {}
......@@ -10,7 +10,7 @@ polyfill:
- multiselect_dropdown/element
vendor:
version: VERSION
version: '0.5.6'
css:
component:
node_modules/dialog-polyfill/dist/dialog-polyfill.css: {}
......
element:
version: VERSION
version: '1.0.0'
css:
component:
css/multiselect-dropdown.css: {}
......@@ -11,7 +11,7 @@ element:
- core/once
views:
version: VERSION
version: '1.0.0'
js:
js/dist/multiselect-dropdown-views.js: { attributes: { type: module } }
dependencies:
......
......@@ -98,7 +98,7 @@ class MultiselectDropdownTestForm extends FormBase {
*/
#[\Override] public function submitForm(
array &$form,
FormStateInterface $form_state
FormStateInterface $form_state,
): void {}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment