diff --git a/packages/app/constants/settings/app/index.jsx b/packages/app/constants/settings/app/index.jsx index 32178b39..e33f1ae2 100644 --- a/packages/app/constants/settings/app/index.jsx +++ b/packages/app/constants/settings/app/index.jsx @@ -136,4 +136,13 @@ export default [ } } }, + { + "id": "postCard_carrusel_auto", + "title": "Auto show post media", + "description": "Automatically show the post medias when the post has multiple medias", + "component": "Switch", + "icon": "MdPhotoCameraBack", + "group": "posts", + "storaged": true, + } ] \ No newline at end of file