added postCard_expansible_actions setting

This commit is contained in:
srgooglo 2022-06-04 21:13:56 +02:00
parent 00dea75988
commit 094770b782

View File

@ -144,5 +144,16 @@ export default [
"icon": "MdPhotoCameraBack", "icon": "MdPhotoCameraBack",
"group": "posts", "group": "posts",
"storaged": true, "storaged": true,
} "emitEvent": "router.forceUpdate"
},
{
"id": "postCard_expansible_actions",
"title": "Expansible actions",
"description": "Automatically show or hide the actions bar",
"component": "Switch",
"icon": "MdCallToAction",
"group": "posts",
"storaged": true,
"emitEvent": "router.forceUpdate"
},
] ]