Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.2.2
## 12/15/2018

1. [](#improved)
* Use Codemirror for Inline CSS

# v0.2.1
## 07/27/2016

Expand Down
3 changes: 2 additions & 1 deletion blueprints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ form:
type: bool

css_inline:
type: textarea
type: editor
mode: css
label: Inline CSS
help: CSS that will be added inline to every page

Expand Down