mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
Updated footer links to be a configurable list
Made so footer link ordering, names and urls can be set. Cleaned up some of the setting-service and added support for array setting types, which are cleaned on entry and stored as json with a new type indicator column on the settings table for auto-decode. Also added testing to cover this feature. Related to #1973 and #854
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
|
||||
footer {
|
||||
flex-shrink: 0;
|
||||
padding: .5em;
|
||||
padding: 1rem 1rem 2rem 1rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user