[PR #3630] [MERGED] Export template partials #6237

Closed
opened 2026-02-05 10:27:30 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/3630
Author: @ssddanbrown
Created: 8/9/2022
Status: Merged
Merged: 8/9/2022
Merged by: @ssddanbrown

Base: developmentHead: export_template_parts


📝 Commits (2)

  • 06b5a83 Added convenience theme system partials for export layouts
  • 97ec560 Added test to cover export body start/end partial usage

📊 Changes

4 files changed (+26 additions, -1 deletions)

View changed files

📝 resources/views/layouts/export.blade.php (+2 -0)
resources/views/layouts/parts/export-body-end.blade.php (+2 -0)
resources/views/layouts/parts/export-body-start.blade.php (+2 -0)
📝 tests/ThemeTest.php (+20 -1)

📄 Description

To allow easier additions to start/end of body tag in export formats.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BookStackApp/BookStack/pull/3630 **Author:** [@ssddanbrown](https://github.com/ssddanbrown) **Created:** 8/9/2022 **Status:** ✅ Merged **Merged:** 8/9/2022 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `development` ← **Head:** `export_template_parts` --- ### 📝 Commits (2) - [`06b5a83`](https://github.com/BookStackApp/BookStack/commit/06b5a83d8f5105fceb5f44458df16a1643d7c890) Added convenience theme system partials for export layouts - [`97ec560`](https://github.com/BookStackApp/BookStack/commit/97ec56028271a78a2be829521ed7eebda2babcfa) Added test to cover export body start/end partial usage ### 📊 Changes **4 files changed** (+26 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `resources/views/layouts/export.blade.php` (+2 -0) ➕ `resources/views/layouts/parts/export-body-end.blade.php` (+2 -0) ➕ `resources/views/layouts/parts/export-body-start.blade.php` (+2 -0) 📝 `tests/ThemeTest.php` (+20 -1) </details> ### 📄 Description To allow easier additions to start/end of body tag in export formats. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:27:30 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6237