Closed bnomei closed 2 years ago
calling kirby.site and custom method does not seem to work. examples: kirby.site.mailjetContactslists
kirby.site
kirby.site.mailjetContactslists
but does kirby.site.url
kirby.site.url
i guess that is intended. but why can any custom page method/field be called but not on site-object?
i will port them to collections for now kirby.collection('mailjetContactslists')
kirby.collection('mailjetContactslists')
I think we need a whitelist for such custom methods.
✅
calling
kirby.site
and custom method does not seem to work. examples:kirby.site.mailjetContactslists
but does
kirby.site.url
i guess that is intended. but why can any custom page method/field be called but not on site-object?