forked from h5p/h5p-facebook-page-feed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsemantics.json
84 lines (84 loc) · 2 KB
/
semantics.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
[
{
"label": "URL to the Facebook Page",
"name": "fbUrl",
"importance": "high",
"type": "text",
"default": "https://www.facebook.com/h5ptechnology",
"description": "URL for the Facebook Page"
},
{
"label": "Color Scheme on the Box",
"name": "fbColorScheme",
"importance": "low",
"type": "select",
"default": "light",
"options": [
{
"value": "light",
"label": "Light"
},
{
"value": "dark",
"label": "Dark"
}
],
"description": "Determine which color scheme to use"
},
{
"name": "fbForceWall",
"type": "boolean",
"importance": "low",
"label": "Only Check-ins",
"description": "Specifies whether the stream contains posts by the Page or just Check-ins from friends",
"default": false
},
{
"name": "fbHeader",
"type": "boolean",
"importance": "low",
"label": "Show Header",
"description": "Specifies whether the header should be visible or not",
"default": false
},
{
"name": "fbShowBorder",
"type": "boolean",
"importance": "low",
"label": "Show Border",
"description": "Specifies whether or not Borders should be visible",
"default": true
},
{
"name": "fbShowFaces",
"type": "boolean",
"importance": "low",
"label": "Show Faces",
"description": "Specifies whether to display profile photos of people who like the page.",
"default": true
},
{
"name": "fbStream",
"type": "boolean",
"importance": "low",
"label": "Show Stream",
"description": "specifies whether or not the Stream from the Page is visible",
"default": true
},
{
"label": "Height",
"name": "fbHeight",
"importance": "medium",
"type": "text",
"default": "500",
"description": "Set Height of the Faceook Page Feed"
},
{
"label": "Width",
"name": "fbWidth",
"importance": "medium",
"type": "text",
"default": "338",
"description": "Set Width of the Facebook Page Feed"
}
]