Skip to content

Commit

Permalink
Icon for DL in Menu
Browse files Browse the repository at this point in the history
  • Loading branch information
saschaleib committed Apr 13, 2023
1 parent 6d99ec5 commit 27aa06c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
16 changes: 8 additions & 8 deletions action.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,14 +143,6 @@ function handle_toolbar(Doku_Event $event, $param) {
'sample' => 'datetime'
),
/* block-level elements: */
array(
'type' => 'format',
'title' => $this->getLang('dl').': <𝚍𝚕>/<𝚍𝚝>/<𝚍𝚍>',
'icon' => '../../plugins/adhoctags/images/definition-list.svg',
'open' => '<dl>\n<dt>',
'close' => '</dt>\n<dd>Description</dd>\n</dl>',
'sample' => 'Term'
),
array(
'type' => 'format',
'title' => $this->getLang('section').': <𝚜𝚎𝚌𝚝𝚒𝚘𝚗>',
Expand Down Expand Up @@ -183,6 +175,14 @@ function handle_toolbar(Doku_Event $event, $param) {
'close' => '\n</article>',
'sample' => 'Article text'
),
array(
'type' => 'format',
'title' => $this->getLang('dl').': <𝚍𝚕>/<𝚍𝚝>/<𝚍𝚍>',
'icon' => '../../plugins/adhoctags/images/definition-list.svg',
'open' => '<dl>\n<dt>',
'close' => '</dt>\n<dd>Description</dd>\n</dl>',
'sample' => 'Term'
),
array(
'type' => 'format',
'title' => $this->getLang('address').': <𝚊𝚍𝚍𝚛𝚎𝚜𝚜>',
Expand Down
1 change: 1 addition & 0 deletions images/definition-list.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 27aa06c

Please sign in to comment.