]> BookStack Code Mirror - bookstack/commit
Added content-view body classes generated from tags
authorDan Brown <redacted>
Sat, 23 Jul 2022 17:29:04 +0000 (18:29 +0100)
committerDan Brown <redacted>
Sat, 23 Jul 2022 17:29:04 +0000 (18:29 +0100)
commit975ba4f8d8cabd7a274c377b6e155e7df59a1fb4
treea5eec21b076ed652e1dc039b44491ba4134a9623
parent840a1ea0112d5c9e61caf3a4916ded3d9e99e5cd
Added content-view body classes generated from tags

Included tests to cover.

Closes #3583
app/Actions/TagClassGenerator.php [new file with mode: 0644]
resources/views/books/show.blade.php
resources/views/chapters/show.blade.php
resources/views/entities/body-tag-classes.blade.php [new file with mode: 0644]
resources/views/layouts/base.blade.php
resources/views/layouts/tri.blade.php
resources/views/pages/edit.blade.php
resources/views/pages/show.blade.php
resources/views/shelves/show.blade.php
tests/Entity/TagTest.php
tests/TestCase.php