]> git.0d.be Git - chloro.git/commitdiff
add editor button for intertitles
authorFrédéric Péters <fpeters@0d.be>
Sun, 17 Jul 2022 08:01:54 +0000 (10:01 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sun, 17 Jul 2022 08:01:54 +0000 (10:01 +0200)
chloro/phyll/static/js/chloro.js

index 7bf32a919fc5de6afd856854bdbaae28bc88f4d4..880af04da2dd3a8b1b652fce4c918feb4fd69ed8 100644 (file)
@@ -1,6 +1,7 @@
 (function(window, document, undefined) {
   var Phylly = {
     BLOCKS: [
+          {name: 'intertitle', tag: 'H2', klass: 'intertitle'},
           {name: 'code', tag: 'PRE', klass: 'screen'},
           {name: 'list', special: 'list', tag: 'UL', klass: 'list'},
           {name: 'figure', special: 'img', tag: 'DIV', subtag: true, klass: 'figure'},