Skip to content

Commit

Permalink
Add editor icons
Browse files Browse the repository at this point in the history
  • Loading branch information
SpeedJack committed Mar 24, 2021
1 parent c473fae commit 700f1ef
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions _output/bb_codes/_metadata.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"chapter.json": {
"hash": "8c54f0ac305fb862e2ac6b5cb479a204"
"hash": "ee515c4964be484d1554e1984ceb2b04"
},
"paragraph.json": {
"hash": "8fa8f56973fd63b78d21886e9b07de23"
"hash": "3010a5420b1e6404a73203d6c50e5a89"
},
"section.json": {
"hash": "7025a6662b1a179e15e49b80bb5e0af2"
"hash": "53f4f105809bea65f9d6521e00065a5e"
},
"subsection.json": {
"hash": "4c4c1316e44d3edbc9ca6501498ef3af"
"hash": "4a831c2d1587c6a6eea982e3d2455f63"
},
"subsubsection.json": {
"hash": "f95a15ed29f9255fdf83c23012b5c7f2"
"hash": "8210e78068473a54b09084ed4d91ef5c"
},
"toc.json": {
"hash": "7b6e8a89f99e43e802149162cb367ef9"
"hash": "23c6fc901a5a97db7dedfc783861bf0d"
}
}
4 changes: 2 additions & 2 deletions _output/bb_codes/chapter.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"disable_autolink": true,
"allow_empty": false,
"allow_signature": false,
"editor_icon_type": "",
"editor_icon_value": "",
"editor_icon_type": "fa",
"editor_icon_value": "fas fa-list-ol",
"active": true
}
4 changes: 2 additions & 2 deletions _output/bb_codes/paragraph.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"disable_autolink": true,
"allow_empty": false,
"allow_signature": false,
"editor_icon_type": "",
"editor_icon_value": "",
"editor_icon_type": "fa",
"editor_icon_value": "fas fa-paragraph",
"active": true
}
4 changes: 2 additions & 2 deletions _output/bb_codes/section.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"disable_autolink": true,
"allow_empty": false,
"allow_signature": false,
"editor_icon_type": "",
"editor_icon_value": "",
"editor_icon_type": "fa",
"editor_icon_value": "fas fa-list",
"active": true
}
4 changes: 2 additions & 2 deletions _output/bb_codes/subsection.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"disable_autolink": true,
"allow_empty": false,
"allow_signature": false,
"editor_icon_type": "",
"editor_icon_value": "",
"editor_icon_type": "fa",
"editor_icon_value": "fas fa-list-ul",
"active": true
}
4 changes: 2 additions & 2 deletions _output/bb_codes/subsubsection.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"disable_autolink": true,
"allow_empty": false,
"allow_signature": false,
"editor_icon_type": "",
"editor_icon_value": "",
"editor_icon_type": "fa",
"editor_icon_value": "fas fa-bars",
"active": true
}
4 changes: 2 additions & 2 deletions _output/bb_codes/toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"disable_autolink": false,
"allow_empty": false,
"allow_signature": false,
"editor_icon_type": "",
"editor_icon_value": "",
"editor_icon_type": "fa",
"editor_icon_value": "fa fa-list-alt",
"active": true
}

0 comments on commit 700f1ef

Please sign in to comment.