Skip to content

Commit

Permalink
[FEATURE] added 'Lead' paragraph styling for CKEditor (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
anjeylink authored and dmh committed Mar 16, 2018
1 parent 8aa1704 commit 5684980
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Resources/Private/Extensions/RTE/Default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ editor:
# block level styles
- { name: "White title H2 with blue background", element: "h2", styles: { color: "#fff", background: "#50b4d8" } }
- { name: "White title H3 with blue background", element: "h3", styles: { color: "#fff", background: "#50b4d8" } }
- { name: "Lead", element: "p", attributes: { 'class': 'lead' }, styles: { font-size: "16px" } }
# Inline styles
- { name: "White text color", element: "span", styles: { color: "#fff" } }
- { name: "Yellow marker", element: "span", styles: { background-color: "yellow" } }
Expand Down

0 comments on commit 5684980

Please sign in to comment.