paragraphs_collection_test.paragraphs.style.yml

paragraphs_collection/modules/paragraphs_collection_test/paragraphs_collection_test.paragraphs.style.yml

File

paragraphs_collection/modules/paragraphs_collection_test/paragraphs_collection_test.paragraphs.style.yml
View source
  1. regular:
  2. title: 'Regular'
  3. description: 'Default style.'
  4. groups:
  5. - regular_test_group
  6. libraries:
  7. - 'paragraphs_collection_test/style'
  8. classes:
  9. - 'regular'
  10. - 'regular-wrapper'
  11. template: 'regular'
  12. bold:
  13. title: 'Bold'
  14. description: 'Bold text.'
  15. groups:
  16. - bold_test_group
  17. - italic_test_group
  18. - underline_test_group
  19. - regular_test_group
  20. libraries:
  21. - 'paragraphs_collection_test/style'
  22. template: 'bold'
  23. italic:
  24. title: 'Italic'
  25. description: 'Italic text.'
  26. groups:
  27. - italic_test_group
  28. libraries:
  29. - 'paragraphs_collection_test/style'
  30. template: 'italic'
  31. underline:
  32. title: 'Underline'
  33. description: 'Underlined text.'
  34. groups:
  35. - underline_test_group
  36. libraries:
  37. - 'paragraphs_collection_test/style'
  38. overline:
  39. title: 'Overline'
  40. description: 'Overlined text.'
  41. groups:
  42. - overline_test_group
  43. libraries:
  44. - 'paragraphs_collection_test/style'
  45. advanced:
  46. title: 'Advanced'
  47. description: 'Advanced style.'
  48. groups:
  49. - advanced_test_group
  50. libraries:
  51. - 'paragraphs_collection_test/style'
  52. permission: true
  53. attributes:
  54. data-attribute: 'test'
  55. super-advanced:
  56. title: 'Super advanced'
  57. description: 'Super advanced style.'
  58. groups:
  59. - advanced_test_group
  60. libraries:
  61. - 'paragraphs_collection_test/style'
  62. permission: true
  63. style-overridden:
  64. title: 'Overridden style Module'
  65. description: 'This is the style from the module theme.'
  66. groups:
  67. - regular_test_group
  68. classes:
  69. - 'overridden-style-module'