Allow to create custom pages and add them to the menu (with fixes from tests)#2948
Allow to create custom pages and add them to the menu (with fixes from tests)#2948apollo1220 wants to merge 5 commits into
Conversation
…eate-pages-d' into feature/custom-pages
|
Hello folks, any news on this MR, I need this feature to add privacy notes 🙏 |
|
@OzzieIsaacs could you take a look at this and it's corresponding MR in the tests repo |
|
@OzzieIsaacs I thanks you for all the time you give to this project, from our side we are doing our best to contribute and to give to the project this feature we require instead of doing an internal hack in our own deploy.
The organization I work for requires 2 or 3 additional features and I'm tell them that the right way with Open Source is doing contributions but to me will be hard to convince them if it takes 6 months to get the PR done. @OzzieIsaacs Please take a look 🙏 and again thanks for all your work. |
|
Image containing this changed is published to apollo1220/calibre-web on Docker Hub |
This PR is based on the PR by silenceway here
I had to add a markdown dependency to the requirements.txt and an id to an element for easier testing
From original PR: "This PR creates a new link in the admin page to go to a list of pages or allows to creation of new pages.
It saves basic page information in the database and it creates a markdown file in a pages directory within the config folder.
It shows pages in the sidebar before the books list or after the About link.
Pages can be enabled or disabled to hide them."
Will link PR for tests when created. Edit PR for tests here