]> BookStack Code Mirror - bookstack/commit
Added help/about box to wysiwyg editor
authorDan Brown <redacted>
Mon, 7 Feb 2022 23:19:04 +0000 (23:19 +0000)
committerDan Brown <redacted>
Mon, 7 Feb 2022 23:19:04 +0000 (23:19 +0000)
commitc8b6f622f43874ceeef0fda0ddbbef724f8a1694
treec72d4a9f29fc682315977cb052b119a56102eb01
parentef211a76aede33136416d50b6c636de7bff3fbed
Added help/about box to wysiwyg editor

- To display license info along with shortcuts.
- Extracted out plain layout from 503 error page.
- Added tests to ensure license references are as expected.
resources/js/wysiwyg/config.js
resources/js/wysiwyg/plugins-about.js [new file with mode: 0644]
resources/lang/en/editor.php
resources/views/errors/503.blade.php
resources/views/help/wysiwyg.blade.php [new file with mode: 0644]
resources/views/layouts/plain.blade.php [new file with mode: 0644]
routes/web.php
tests/HelpTest.php [new file with mode: 0644]