PyWebIO icon indicating copy to clipboard operation
PyWebIO copied to clipboard

custom footer

Open pekoslaw opened this issue 4 years ago • 1 comments

I needed a way to rewrite footer element I figured out the most compatibile way was the way you did it with seo decorator so I added similiar footer decorator

pekoslaw avatar Aug 25 '21 10:08 pekoslaw

Customing footer is a good idea. I recently plan to provide a new decorator like pywebio.config() to set configurations for pywebio app. Using this decorator, users can set seo info, js code/file injection, css style/file injection, theme, as well as the footer.

wang0618 avatar Aug 29 '21 07:08 wang0618