]> _ Git - couzy.git/blob
0b9f1c3e6bddf8a7e0d737172c65b4d35936e059
[couzy.git] /
1 frameworkShortcodeAtts={
2         attributes:[
3                         {
4                                 label:"Link to post",
5                                 id:"post_url",
6                                 help:"You can insert the link into the post that contains video from YouTube or Vimeo. Example link: http://demolink.org/blog/video-post-type/"
7                         },
8                         {
9                                 label:"Need to display the name of the post?",
10                                 id:"title",
11                                 controlType:"select-control",
12                                 selectValues:['yes', 'no'],
13                                 defaultValue: 'yes',
14                                 defaultText: 'yes',
15                                 help:"You can display or hide the name of the post with the following shortcode."
16                         },
17                         {
18                                 label:"Need to display the post creation date?",
19                                 id:"date",
20                                 controlType:"select-control",
21                                 selectValues:['yes', 'no'],
22                                 defaultValue: 'yes',
23                                 defaultText: 'yes',
24                                 help:"You can show or hide the post creation date with the following shortcode."
25                         },
26                         {
27                                 label:"Need to display the author of the post?",
28                                 id:"author",
29                                 controlType:"select-control",
30                                 selectValues:['yes', 'no'],
31                                 defaultValue: 'yes',
32                                 defaultText: 'yes',
33                                 help:"You can show or hide the author of the post with the following shortcode."
34                         },
35                         {
36                                 label:"Custom class",
37                                 id:"custom_class",
38                                 help:"Use this field if you want to use a custom class."
39                         }
40         ],
41         defaultContent:"",
42         shortcode:"video_preview"
43 };