openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #31714
[Bug 1695620] Re: Make footer elements customizable
** Branch linked: lp:~sam92/openlp/bug-1695620
--
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1695620
Title:
Make footer elements customizable
Status in OpenLP:
New
Bug description:
This mainly applies for the Songs footer.
The footer can become very large if you have multiple authors, songbook info, CCLI license etc.
Also you might want to display some parts of the footer larger than others (title vs copyright) -> HTML should be allowed
So you should be able to configure the footer. I suggest we add a text
box with placeholders for all footer elements (like {{title}},
{{copyright}}, {{songbooks}}, {{ccli_license}} etc).
I suggest to use Pystache (Python implementation of the Mustache template engine): https://github.com/defunkt/pystache
This would also allow loops (for lists like authors, songbooks) and conditional display.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1695620/+subscriptions
References