Skip to content

Commit

Permalink
Merge pull request #19 from develth/patch-1
Browse files Browse the repository at this point in the history
Added missing Default-Plugin makebutton
  • Loading branch information
bobdenotter authored Dec 4, 2020
2 parents cabe31d + 2474142 commit 278790e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ArticleConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ private function getDefaultPlugins(): array
'tags' => ['tags/tags.min.js', 'tags/tags.min.css'],
'underline' => ['underline/underline.min.js'],
'variable' => ['variable/variable.min.js'],
'makebutton' => ['makebutton/makebutton.min.js'],
];
}

Expand Down

0 comments on commit 278790e

Please sign in to comment.