Custom extension options in admin panel
Hi, since there's no docs on it yet, how would I add custom configuration options for my extension?
6 Replies
https://documentation.ptero.shop has the old documentation which included that guide
keep in mind that some things might be documented incorrectly
ah cool thanks!
consider adding css variables to the
dashboard: wrapper
for actually applying the options to the css
as you cannot use blade code within dashboard: css
gotcha. I'll probably put this off for some time since it looks pretty complex lmao
lmfao no worries
i should probably create a
-init
template for thiscould be useful