|
@@ -257,6 +257,18 @@ return array
|
|
|
'key' => 1
|
|
|
),
|
|
|
|
|
|
+ 'share_content' => array
|
|
|
+ (
|
|
|
+ 'type' => 'varchar-500',
|
|
|
+ 'name' => '分享描述',
|
|
|
+ 'default' => '',
|
|
|
+ 'desc' => '分享描述',
|
|
|
+ 'match' => $share_pic_state ? 'option' : 'option',
|
|
|
+ 'update' => $share_pic_state ? 'image' : 'hidden',
|
|
|
+ 'search' => $share_pic_state ? 'fulltext' : '',
|
|
|
+ //'list' => $share_pic_state ? true : false,
|
|
|
+ ),
|
|
|
+
|
|
|
'content' => array
|
|
|
(
|
|
|
'type' => 'text-255',
|