@@ -27,12 +27,15 @@ var heroImageSizes = [
27
27
var articleStyles = [ {
28
28
label : '預設版型' ,
29
29
value : 'article:v2:default' ,
30
- } , {
31
- label : '粉紅版型' ,
32
- value : 'article:v2:pink' ,
33
30
} , {
34
31
label : '影像版型' ,
35
32
value :'article:v2:photo' ,
33
+ } , {
34
+ label : 'Embeded 滿版一般版型' ,
35
+ value : 'article:v2:embeded' ,
36
+ } , {
37
+ label : '粉紅版型' ,
38
+ value :'article:v2:pink' ,
36
39
} , {
37
40
label : '多媒體' ,
38
41
value : 'interactive' ,
@@ -75,6 +78,7 @@ Post.add({
75
78
heroImageSize : { label : '首圖尺寸' , type : Types . Select , options : heroImageSizes , default : 'normal' , dependsOn : { heroImage : { '$regex' : '.+/i' } } } ,
76
79
leading_image_portrait : { label : '首圖(Portrait)' , type : Types . ImageRelationship , ref : 'Image' } ,
77
80
leading_image_description : { label : '首圖圖說' , type : String , require : false } ,
81
+ leading_embeded : { label : '首圖 embeded' , type : Types . Html , wysiwyg : true , height : 150 , embededOnly : true } ,
78
82
brief : { label : '前言' , type : Types . Html , wysiwyg : true , height : 150 } ,
79
83
content : { label : '內文' , type : Types . Html , wysiwyg : true , height : 400 } ,
80
84
followup : { label : '後續追蹤' , type : Types . Relationship , ref : 'PostFollowup' , many : true , selectWithSort : true } ,
0 commit comments