[PR #2393] [MERGED] Create content meta tags for Shelf, Book, Chapter, and Page #5990

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/2393
Author: @james-geiger
Created: 12/3/2020
Status: Merged
Merged: 6/23/2021
Merged by: @ssddanbrown

Base: masterHead: create-content-meta-tags


📝 Commits (5)

  • 4b36df0 Merge pull request #1 from BookStackApp/master
  • e458411 Create Open Graph meta tags for book/page/chapter/shelf
  • 48587d2 Code cleanup, refactor
  • 7ef17bb PageContent return null issue
  • a0bfdf0 Code cleanup, bug squashing

📊 Changes

7 files changed (+59 additions, -0 deletions)

View changed files

📝 app/Entities/Models/Page.php (+19 -0)
📝 app/Entities/Tools/PageContent.php (+14 -0)
📝 resources/views/base.blade.php (+6 -0)
📝 resources/views/books/show.blade.php (+5 -0)
📝 resources/views/chapters/show.blade.php (+5 -0)
📝 resources/views/pages/show.blade.php (+5 -0)
📝 resources/views/shelves/show.blade.php (+5 -0)

📄 Description

Draft PR to implement #2348.

To Do:

  • Page
  • Chapter
  • Book
  • Shelf
  • Default

🔄 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/2393 **Author:** [@james-geiger](https://github.com/james-geiger) **Created:** 12/3/2020 **Status:** ✅ Merged **Merged:** 6/23/2021 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `master` ← **Head:** `create-content-meta-tags` --- ### 📝 Commits (5) - [`4b36df0`](https://github.com/BookStackApp/BookStack/commit/4b36df08a80f467c037de3bbdf85e13cd4cef9bc) Merge pull request #1 from BookStackApp/master - [`e458411`](https://github.com/BookStackApp/BookStack/commit/e458411f91e122438275ad3ae37c9ceec13c31f8) Create Open Graph meta tags for book/page/chapter/shelf - [`48587d2`](https://github.com/BookStackApp/BookStack/commit/48587d2c38b79c402fedce8eaef95553f826d6bf) Code cleanup, refactor - [`7ef17bb`](https://github.com/BookStackApp/BookStack/commit/7ef17bb394504e1ab917d936a873ac8b774d6687) PageContent return null issue - [`a0bfdf0`](https://github.com/BookStackApp/BookStack/commit/a0bfdf0e5c61c747cbe74d4da8db8442fbfb6dc9) Code cleanup, bug squashing ### 📊 Changes **7 files changed** (+59 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `app/Entities/Models/Page.php` (+19 -0) 📝 `app/Entities/Tools/PageContent.php` (+14 -0) 📝 `resources/views/base.blade.php` (+6 -0) 📝 `resources/views/books/show.blade.php` (+5 -0) 📝 `resources/views/chapters/show.blade.php` (+5 -0) 📝 `resources/views/pages/show.blade.php` (+5 -0) 📝 `resources/views/shelves/show.blade.php` (+5 -0) </details> ### 📄 Description Draft PR to implement #2348. To Do: - [x] Page - [x] Chapter - [x] Book - [x] Shelf - [x] Default --- <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:21:57 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5990