feat(core): mark menus as supported

This commit is contained in:
alistair3149 2022-10-25 15:32:29 -04:00
parent 8dcb1f37fb
commit 87f920c812
No known key found for this signature in database

View file

@ -21,6 +21,14 @@
{
"name": "citizen",
"responsive": true,
"menus": [
"user-menu",
"notifications",
"views",
"actions",
"variants",
"associated-pages"
],
"scripts": [
"skins.citizen.scripts"
],