comty/.prev/globals/post_options.js
2020-04-17 19:59:19 +02:00

23 lines
425 B
JavaScript

import * as Icons from '@ant-design/icons'
export var Post_Options = [
{
key: 'pro_boost',
icon: <Icons.RocketOutlined />,
type: 'switch',
title: 'CPRO™ Boost',
description: '',
require: 'pro',
value: false,
},
{
key: 'allow_comments',
icon: <Icons.CommentOutlined />,
type: 'switch',
title: 'Allow Comments',
description: '',
require: '',
value: true,
},
]