You are here

bootstrap_utilities.schema.yml in Bootstrap Utilities - Text editor filters 8

config/schema/bootstrap_utilities.schema.yml

File

config/schema/bootstrap_utilities.schema.yml
View source
  1. # Plugin \Drupal\bootstrap_utilities\Plugin\Filter\TableFilter
  2. filter_settings.bootstrap_utilities:
  3. type: filter
  4. label: 'Bootstrap Utilities - Default classes'
  5. mapping:
  6. table_remove_width_height:
  7. type: boolean
  8. label: 'Remove <code>width</code> and <code>height</code> attributes from table cells.'
  9. table_row_striping:
  10. type: boolean
  11. label: 'Adds <code>.table-striped</code> to add zebra-striping to any table row within the <code>&lt;tbody&gt;</code>.'
  12. table_bordered:
  13. type: boolean
  14. label: 'Remove <code>width</code> and <code>height</code> attributes from table cells'
  15. table_row_hover:
  16. type: boolean
  17. label: 'Adds <code>.table-hover</code> to enable a hover state on table rows within a <code>&lt;tbody&gt;</code>.'
  18. table_small:
  19. type: boolean
  20. label: 'Adds <code>.table-sm</code> to make tables more compact by cutting cell padding in half.'