sillsdev / appbuilder-pwa

Progress Web App template for Scripture App Builder
https://software.sil.org/scriptureappbuilder
MIT License
8 stars 22 forks source link

Convert footer adds extra footer line to config.js #569

Closed davidmoore1 closed 1 month ago

davidmoore1 commented 1 month ago

If you define a book collection without a footer, and you define a book within that collection as having a footer, SAB puts a single footer line in the configuration for the book and no footer entry for the book collection. The config.js file that results after that is processed contains an entry for the book, but now also has the same entry for the book collection level. The book collection entry should not be present.