This repository was archived by the owner on Jan 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy paththeme.json
More file actions
107 lines (107 loc) · 4.79 KB
/
Copy paththeme.json
File metadata and controls
107 lines (107 loc) · 4.79 KB
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"label": "Angular Liveblog Toolkit",
"name": "angular",
"abstract": true,
"version": "3.3.4",
"author": "Edouard Richard <edouard.richard@sourcefabric.org>",
"repository": {
"type": "git",
"url": "git@github.com:liveblog/lb-theme-angular.git"
},
"license": "AGPL-3.0",
"devScripts": [
"https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js",
"https://ajax.googleapis.com/ajax/libs/angularjs/1.5.3/angular.min.js",
"https://cdnjs.cloudflare.com/ajax/libs/angular-resource/1.5.5/angular-resource.min.js",
"https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.17.1/moment.min.js",
"https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.17.1/locale/fi.js",
"https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.17.1/locale/de.js",
"https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.17.1/locale/fr.js",
"https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.17.1/locale/nl.js",
"https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.17.1/locale/nn.js",
"https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.17.1/locale/cs.js",
"https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.17.1/locale/ro.js",
"https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.8.2/lodash.min.js",
"https://cdnjs.cloudflare.com/ajax/libs/angular-cache/4.6.0/angular-cache.min.js",
"https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/3.5.14/iframeResizer.contentWindow.min.js",
"liveblog-embed/analytics.js",
"liveblog-embed/main.js",
"liveblog-embed/resources.service.js",
"liveblog-embed/comments.service.js",
"liveblog-embed/pages-manager.service.js",
"liveblog-embed/permalink.service.js",
"liveblog-embed/services.js",
"liveblog-embed/directives.js",
"liveblog-embed/filters.js"
],
"options": [
{
"name": "postsPerPage",
"label": "Number of posts per page",
"type": "number",
"default": 20,
"help": "Set the number of posts you want to see at the initialization"
},
{
"name": "postOrder",
"label": "Default posts order of the timeline",
"type": "select",
"options": [
{
"value": "editorial",
"label": "Editorial"
},
{
"value": "newest_first",
"label": "Newest first"
},
{
"value": "oldest_first",
"label": "Oldest first"
}
],
"default": "editorial"
},
{
"name": "permalinkDelimiter",
"label": "Permalink Delimiter",
"type": "select",
"options": [
{
"value": "?",
"label": "Query delimiter (?)"
},
{
"value": "#",
"label": " Fragment identifier delimiter (#)"
}
],
"default": "?",
"help": "Sets the delimiter used to send the permalink. ex: permalinkHashMark=?, http://example.com/?..."
},
{
"name": "datetimeFormat",
"label": "Date time Format",
"type": "datetimeformat",
"default": "lll",
"help": "Sets the date time format to be used in the embed. Please enter a custom format in valid moment.js format http://momentjs.com/docs/#/parsing/string-format"
}
],
"scripts": [
"https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js",
"https://ajax.googleapis.com/ajax/libs/angularjs/1.5.3/angular.min.js",
"https://cdnjs.cloudflare.com/ajax/libs/angular-resource/1.5.5/angular-resource.min.js",
"https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.17.1/moment.min.js",
"https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.17.1/locale/fi.js",
"https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.17.1/locale/de.js",
"https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.17.1/locale/fr.js",
"https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.17.1/locale/nl.js",
"https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.17.1/locale/nn.js",
"https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.17.1/locale/cs.js",
"https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.17.1/locale/ro.js",
"https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.8.2/lodash.min.js",
"https://cdnjs.cloudflare.com/ajax/libs/angular-cache/4.6.0/angular-cache.min.js",
"https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/3.5.14/iframeResizer.contentWindow.min.js",
"dist/scripts.min.js"
]
}