Open
Description
vi-vue-components/components/stores/db.ts
Line 81 in 3d9a99a
If you define the handler as module attribute, the viur-core will add the modulename behind:
https://github.com/viur-framework/viur-core/blob/cb684b0fad022d4ded38613db325e1543633192c/src/viur/core/module.py#L553
So you have to set the handler to list.fluidpage
and name the module content
to get this working. Or you still have to set in the admin_info
But this should work with list.fluidpage.content.mycontentmodulename
, prefix-matched,as well