foundation_utility-1.0.0-beta1/config/schema/foundation_utility.schema.yml
config/schema/foundation_utility.schema.yml
# Plugin \Drupal\foundation_utility\Plugin\Filter\TableFilter
filter_settings.foundation_utility_table_filter:
type: filter
label: 'Foundation Utility Filter Settings'
mapping:
table_add_scroll:
type: boolean
label: 'Adds <code>.scroll</code> to enable horizontal scrolling to the tables.'
table_remove_width_height:
type: boolean
label: 'Remove <code>width</code> and <code>height</code> attributes from tables and table cells.'
table_remove_style:
type: boolean
label: 'Removes <code>style</code> attribute from tables and table cells.'
table_add_hover:
type: boolean
label: 'Adds <code>.hover</code> to lightly darken the tables rows on hover.'
table_add_unstriped:
type: boolean
label: 'Adds <code>.unstriped</code> to remove the stripes of the tables.'
table_add_stack:
type: boolean
label: 'Adds <code>.stack</code> to stack tables on small screens.'
