diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/editor.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/views/editor.php b/views/editor.php index f5fd5f6..ac0f429 100644 --- a/views/editor.php +++ b/views/editor.php @@ -53,6 +53,14 @@ <div class="clear"></div> </div> +<div class="micropub-html-warning hidden"><div> + <button class="btn btn-default" id="micropub-html-btn">Upgrade me!</button> + <b>Upcoming change!</b> + The Micropub spec now requires HTML content be sent as a nested object, <code>content[html]=<b>example</b></code>. + You can <a href="http://indiewebcamp.com/Micropub-brainstorming#HTML_Escaping">read more about the change here</a>. + When you are ready to receive the content as an object, click the button to switch. +</div></div> + <div class="publish-dropdown hidden"> <div class="arrow"></div> <div class="dropdown-content action-publish"> |