feat: add config option to show/hide Store ID; default value
This commit is contained in:
parent
3ef84ff706
commit
89e3445ace
19 changed files with 445 additions and 64 deletions
|
@ -51,6 +51,9 @@ sideshow_libcache = "sideshow.web.static:libcache"
|
|||
[project.entry-points."paste.app_factory"]
|
||||
"main" = "sideshow.web.app:main"
|
||||
|
||||
[project.entry-points."wutta.app.providers"]
|
||||
sideshow = "sideshow.app:SideshowAppProvider"
|
||||
|
||||
[project.entry-points."wutta.batch.neworder"]
|
||||
"sideshow" = "sideshow.batch.neworder:NewOrderBatchHandler"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue