Skip to content
Snippets Groups Projects

Issue #3301133: Define schema for all filters

Closed Joe Parsons requested to merge issue/bootstrap_utilities-3301133:3301133-2.0.x into 2.0.x
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
# Plugin \Drupal\bootstrap_utilities\Plugin\Filter\TableFilter
filter_settings.bootstrap_utilities:
type: filter
label: 'Bootstrap Utilities - Default classes'
filter_settings.bootstrap_utilities_table_filter:
type: mapping
label: 'Bootstrap Utilities TableFilter'
mapping:
table_remove_width_height:
type: boolean
@@ -17,4 +17,4 @@ filter_settings.bootstrap_utilities:
label: 'Adds <code>.table-hover</code> to enable a hover state on table rows within a <code>&lt;tbody&gt;</code>.'
table_small:
type: boolean
label: 'Adds <code>.table-sm</code> to make tables more compact by cutting cell padding in half.'
\ No newline at end of file
label: 'Adds <code>.table-sm</code> to make tables more compact by cutting cell padding in half.'
Loading