Skip to content
Snippets Groups Projects
Commit a29504f4 authored by Eric Bremner's avatar Eric Bremner Committed by Kevin Paxman
Browse files

ISTWCMS-4654: adding stylings to fix some ckeditor elements, mainly highlight and caption

parent 3ddc0ea9
No related branches found
No related tags found
1 merge request!19ISTWCMS-4654: adding stylings to fix some ckeditor elements, mainly highlight and caption
......@@ -9,6 +9,7 @@ dependencies:
# Libraries (These are loaded on every page. Use https://www.drupal.org/developing/api/8/assets#twig whenever possible.)
libraries:
- 'uw_fdsu_theme_resp/global'
- 'uw_fdsu_theme_resp/uw_ckeditor'
# Libraries override allows you to remove libraries added by other projects.
# libraries-override:
......@@ -22,6 +23,7 @@ libraries:
# CKEditor stylesheet loads in wysiwyg to give content editors a better experience
ckeditor_stylesheets:
- https://fonts.googleapis.com/css?family=Lora:400,700|Open+Sans:300,400,600,700
- css/uw_ckeditor.css
regions:
header: Header
......
......@@ -9,3 +9,7 @@ global:
https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js: {}
dependencies:
- core/jquery
uw_ckeditor:
css:
theme:
css/uw_ckeditor.css: {}
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