@parameter1/base-cms-marko-web 3.3.1 → 3.4.0
Sign up to get free protection for your applications and to get access to all the features.
- package/components/browser-component.marko.js +81 -0
- package/components/document/components/body-wrapper.marko.js +33 -0
- package/components/document/components/error.marko.js +85 -0
- package/components/document/components/lazysizes.marko.js +21 -0
- package/components/document/components/live-reload.marko.js +30 -0
- package/components/document/components/polyfill.marko.js +33 -0
- package/components/document/container.marko.js +54 -0
- package/components/document/index.marko.js +118 -0
- package/components/element/array.marko.js +67 -0
- package/components/element/audio.marko.js +33 -0
- package/components/element/block.marko.js +44 -0
- package/components/element/clear.marko.js +32 -0
- package/components/element/components/image.marko.js +57 -0
- package/components/element/components/text.marko.js +37 -0
- package/components/element/content/address1.marko.js +40 -0
- package/components/element/content/address2.marko.js +40 -0
- package/components/element/content/audio.marko.js +40 -0
- package/components/element/content/authors.marko.js +43 -0
- package/components/element/content/body.marko.js +62 -0
- package/components/element/content/byline.marko.js +41 -0
- package/components/element/content/city-state-zip.marko.js +40 -0
- package/components/element/content/contributors.marko.js +43 -0
- package/components/element/content/country.marko.js +40 -0
- package/components/element/content/embed-code.marko.js +41 -0
- package/components/element/content/end-date.marko.js +42 -0
- package/components/element/content/ends.marko.js +41 -0
- package/components/element/content/fax.marko.js +40 -0
- package/components/element/content/images.marko.js +44 -0
- package/components/element/content/mobile.marko.js +40 -0
- package/components/element/content/name.marko.js +41 -0
- package/components/element/content/phone.marko.js +40 -0
- package/components/element/content/photographers.marko.js +43 -0
- package/components/element/content/public-email.marko.js +47 -0
- package/components/element/content/published.marko.js +42 -0
- package/components/element/content/short-name.marko.js +41 -0
- package/components/element/content/sidebars.marko.js +63 -0
- package/components/element/content/source.marko.js +40 -0
- package/components/element/content/sponsors.marko.js +43 -0
- package/components/element/content/start-date.marko.js +42 -0
- package/components/element/content/starts.marko.js +41 -0
- package/components/element/content/teaser.marko.js +41 -0
- package/components/element/content/title.marko.js +40 -0
- package/components/element/content/tollfree.marko.js +40 -0
- package/components/element/content/website.marko.js +51 -0
- package/components/element/date.marko.js +27 -0
- package/components/element/image/caption.marko.js +41 -0
- package/components/element/image/credit.marko.js +41 -0
- package/components/element/image/display-name.marko.js +40 -0
- package/components/element/img.marko.js +43 -0
- package/components/element/index.marko.js +47 -0
- package/components/element/link.marko.js +54 -0
- package/components/element/magazine-issue/description.marko.js +41 -0
- package/components/element/magazine-issue/digital-edition-url.marko.js +52 -0
- package/components/element/magazine-issue/name.marko.js +41 -0
- package/components/element/magazine-publication/description.marko.js +41 -0
- package/components/element/magazine-publication/einquiry-url.marko.js +52 -0
- package/components/element/magazine-publication/name.marko.js +41 -0
- package/components/element/magazine-publication/renewal-url.marko.js +52 -0
- package/components/element/magazine-publication/reprints-url.marko.js +52 -0
- package/components/element/magazine-publication/subscribe-url.marko.js +52 -0
- package/components/element/obj-array.marko.js +56 -0
- package/components/element/obj-audio.marko.js +51 -0
- package/components/element/obj-date.marko.js +54 -0
- package/components/element/obj-nodes.marko.js +62 -0
- package/components/element/obj-text.marko.js +53 -0
- package/components/element/obj.marko.js +61 -0
- package/components/element/picture.marko.js +83 -0
- package/components/element/text.marko.js +76 -0
- package/components/element/website-section/description.marko.js +45 -0
- package/components/element/website-section/hierarchy.marko.js +61 -0
- package/components/element/website-section/name.marko.js +46 -0
- package/components/load-more/index.marko.js +119 -0
- package/components/load-more/trigger.marko.js +40 -0
- package/components/node/body.marko.js +112 -0
- package/components/node/element.marko.js +39 -0
- package/components/node/footer.marko.js +63 -0
- package/components/node/header.marko.js +63 -0
- package/components/node/image-inner-wrapper.marko.js +116 -0
- package/components/node/image-wrapper.marko.js +98 -0
- package/components/node/image.marko.js +77 -0
- package/components/node/index.marko.js +100 -0
- package/components/node-list/body.marko.js +50 -0
- package/components/node-list/element.marko.js +35 -0
- package/components/node-list/footer.marko.js +50 -0
- package/components/node-list/header.marko.js +50 -0
- package/components/node-list/index.marko.js +93 -0
- package/components/node-list/node.marko.js +49 -0
- package/components/node-list/nodes.marko.js +126 -0
- package/components/page/container.marko.js +46 -0
- package/components/page/description.marko.js +26 -0
- package/components/page/image.marko.js +122 -0
- package/components/page/layouts/content.marko.js +63 -0
- package/components/page/layouts/default.marko.js +61 -0
- package/components/page/layouts/dynamic-page.marko.js +59 -0
- package/components/page/layouts/magazine-issue.marko.js +59 -0
- package/components/page/layouts/magazine-publication.marko.js +59 -0
- package/components/page/layouts/website-section.marko.js +78 -0
- package/components/page/metadata/components/common.marko.js +108 -0
- package/components/page/metadata/content.marko.js +201 -0
- package/components/page/metadata/default.marko.js +29 -0
- package/components/page/metadata/dynamic-page.marko.js +83 -0
- package/components/page/metadata/magazine-issue.marko.js +84 -0
- package/components/page/metadata/magazine-publication.marko.js +80 -0
- package/components/page/metadata/website-section.marko.js +79 -0
- package/components/page/rel-canonical.marko.js +42 -0
- package/components/page/title.marko.js +46 -0
- package/components/page/wrapper.marko.js +63 -0
- package/components/resolve/page.marko.js +49 -0
- package/components/rss/website-section.marko.js +46 -0
- package/package.json +2 -2
- package/utils/embedded-media/image.js +10 -0
@@ -0,0 +1,78 @@
|
|
1
|
+
// Compiled using marko@4.20.2 - DO NOT EDIT
|
2
|
+
"use strict";
|
3
|
+
|
4
|
+
var marko_template = module.exports = require("marko/src/html").t(__filename),
|
5
|
+
marko_componentType = "/@parameter1/base-cms-marko-web$3.0.0/components/page/layouts/website-section.marko",
|
6
|
+
marko_renderer = require("marko/src/runtime/components/renderer"),
|
7
|
+
module_baseCmsObjectPath_module = require("@parameter1/base-cms-object-path"),
|
8
|
+
baseCmsObjectPath_module = module_baseCmsObjectPath_module.default || module_baseCmsObjectPath_module,
|
9
|
+
get = module_baseCmsObjectPath_module.get,
|
10
|
+
getAsObject = module_baseCmsObjectPath_module.getAsObject,
|
11
|
+
marko_web_website_section_page_metadata_template = require("../metadata/website-section.marko"),
|
12
|
+
marko_loadTag = require("marko/src/runtime/helpers/load-tag"),
|
13
|
+
marko_web_website_section_page_metadata_tag = marko_loadTag(marko_web_website_section_page_metadata_template),
|
14
|
+
marko_web_website_section_rss_template = require("../../rss/website-section.marko"),
|
15
|
+
marko_web_website_section_rss_tag = marko_loadTag(marko_web_website_section_rss_template),
|
16
|
+
marko_dynamicTag = require("marko/src/runtime/helpers/dynamic-tag");
|
17
|
+
|
18
|
+
function render(input, out, __component, component, state) {
|
19
|
+
var data = input;
|
20
|
+
|
21
|
+
const { id, alias, name } = input;
|
22
|
+
|
23
|
+
const { document } = out.global;
|
24
|
+
|
25
|
+
const withRss = input.withRss != null ? input.withRss : true;
|
26
|
+
|
27
|
+
marko_dynamicTag(out, document, function() {
|
28
|
+
return {
|
29
|
+
"above-container": input.aboveContainer,
|
30
|
+
"below-container": input.belowContainer,
|
31
|
+
foot: input.foot,
|
32
|
+
head: {
|
33
|
+
renderBody: function(out) {
|
34
|
+
marko_web_website_section_page_metadata_tag({
|
35
|
+
alias: alias
|
36
|
+
}, out, __component, "2");
|
37
|
+
|
38
|
+
if (withRss) {
|
39
|
+
marko_web_website_section_rss_tag({
|
40
|
+
queryName: "website-scheduled-content",
|
41
|
+
queryParams: {
|
42
|
+
sectionAlias: alias
|
43
|
+
},
|
44
|
+
name: name
|
45
|
+
}, out, __component, "3");
|
46
|
+
}
|
47
|
+
|
48
|
+
marko_dynamicTag(out, input.head, null, null, null, null, __component, "4");
|
49
|
+
}
|
50
|
+
},
|
51
|
+
container: {
|
52
|
+
abovePage: input.abovePage,
|
53
|
+
belowPage: input.belowPage,
|
54
|
+
page: {
|
55
|
+
for: "website-section",
|
56
|
+
id: id,
|
57
|
+
attrs: input.attrs,
|
58
|
+
renderBody: function(out) {
|
59
|
+
marko_dynamicTag(out, input.page, null, null, null, null, __component, "7");
|
60
|
+
}
|
61
|
+
}
|
62
|
+
}
|
63
|
+
};
|
64
|
+
}, null, null, null, __component, "0");
|
65
|
+
}
|
66
|
+
|
67
|
+
marko_template._ = marko_renderer(render, {
|
68
|
+
___implicit: true,
|
69
|
+
___type: marko_componentType
|
70
|
+
});
|
71
|
+
|
72
|
+
marko_template.meta = {
|
73
|
+
id: "/@parameter1/base-cms-marko-web$3.0.0/components/page/layouts/website-section.marko",
|
74
|
+
tags: [
|
75
|
+
"../metadata/website-section.marko",
|
76
|
+
"../../rss/website-section.marko"
|
77
|
+
]
|
78
|
+
};
|
@@ -0,0 +1,108 @@
|
|
1
|
+
// Compiled using marko@4.20.2 - DO NOT EDIT
|
2
|
+
"use strict";
|
3
|
+
|
4
|
+
var marko_template = module.exports = require("marko/src/html").t(__filename),
|
5
|
+
marko_componentType = "/@parameter1/base-cms-marko-web$3.0.0/components/page/metadata/components/common.marko",
|
6
|
+
marko_component = require("./common.marko"),
|
7
|
+
marko_renderer = require("marko/src/runtime/components/renderer"),
|
8
|
+
marko_web_page_title_template = require("../../title.marko"),
|
9
|
+
marko_loadTag = require("marko/src/runtime/helpers/load-tag"),
|
10
|
+
marko_web_page_title_tag = marko_loadTag(marko_web_page_title_template),
|
11
|
+
marko_web_page_description_template = require("../../description.marko"),
|
12
|
+
marko_web_page_description_tag = marko_loadTag(marko_web_page_description_template),
|
13
|
+
marko_web_page_rel_canonical_template = require("../../rel-canonical.marko"),
|
14
|
+
marko_web_page_rel_canonical_tag = marko_loadTag(marko_web_page_rel_canonical_template),
|
15
|
+
marko_attr = require("marko/src/runtime/html/helpers/attr");
|
16
|
+
|
17
|
+
function render(input, out, __component, component, state) {
|
18
|
+
var data = input;
|
19
|
+
|
20
|
+
const { config } = out.global;
|
21
|
+
|
22
|
+
const {
|
23
|
+
title,
|
24
|
+
canonicalPath,
|
25
|
+
canonicalUrl,
|
26
|
+
imageSrc,
|
27
|
+
description,
|
28
|
+
noIndex,
|
29
|
+
} = input;
|
30
|
+
|
31
|
+
const fallbackImage = config.fallbackImage();
|
32
|
+
|
33
|
+
const image = imageSrc || fallbackImage;
|
34
|
+
|
35
|
+
marko_web_page_title_tag({
|
36
|
+
concatWith: "|",
|
37
|
+
value: title
|
38
|
+
}, out, __component, "0");
|
39
|
+
|
40
|
+
marko_web_page_description_tag({
|
41
|
+
value: description
|
42
|
+
}, out, __component, "1");
|
43
|
+
|
44
|
+
marko_web_page_rel_canonical_tag({
|
45
|
+
path: canonicalPath,
|
46
|
+
url: canonicalUrl
|
47
|
+
}, out, __component, "2");
|
48
|
+
|
49
|
+
if (noIndex) {
|
50
|
+
out.w("<meta name=\"robots\" content=\"noindex\">");
|
51
|
+
}
|
52
|
+
|
53
|
+
if (title) {
|
54
|
+
out.w("<meta property=\"og:title\" item-prop=\"name\"" +
|
55
|
+
marko_attr("content", title) +
|
56
|
+
">");
|
57
|
+
}
|
58
|
+
|
59
|
+
if (image) {
|
60
|
+
out.w("<meta name=\"image\" property=\"og:image\" item-prop=\"image\"" +
|
61
|
+
marko_attr("content", image) +
|
62
|
+
">");
|
63
|
+
}
|
64
|
+
|
65
|
+
marko_web_page_rel_canonical_tag({
|
66
|
+
path: canonicalPath,
|
67
|
+
url: canonicalUrl,
|
68
|
+
renderBody: function(out, { href }) {
|
69
|
+
out.w("<meta property=\"og:url\"" +
|
70
|
+
marko_attr("content", href) +
|
71
|
+
">");
|
72
|
+
}
|
73
|
+
}, out, __component, "6");
|
74
|
+
|
75
|
+
out.w("<meta property=\"og:site_name\"" +
|
76
|
+
marko_attr("content", config.website("name")) +
|
77
|
+
"><meta property=\"og:locale\"" +
|
78
|
+
marko_attr("content", config.website("language.primaryCode")) +
|
79
|
+
"><meta name=\"twitter:card\" content=\"summary_large_image\"><meta name=\"twitter:title\"" +
|
80
|
+
marko_attr("content", title) +
|
81
|
+
">");
|
82
|
+
|
83
|
+
if (description) {
|
84
|
+
out.w("<meta name=\"twitter:description\"" +
|
85
|
+
marko_attr("content", description) +
|
86
|
+
">");
|
87
|
+
}
|
88
|
+
|
89
|
+
if (image) {
|
90
|
+
out.w("<meta name=\"twitter:image\"" +
|
91
|
+
marko_attr("content", image) +
|
92
|
+
">");
|
93
|
+
}
|
94
|
+
}
|
95
|
+
|
96
|
+
marko_template._ = marko_renderer(render, {
|
97
|
+
___type: marko_componentType
|
98
|
+
}, marko_component);
|
99
|
+
|
100
|
+
marko_template.meta = {
|
101
|
+
id: "/@parameter1/base-cms-marko-web$3.0.0/components/page/metadata/components/common.marko",
|
102
|
+
component: "./common.marko",
|
103
|
+
tags: [
|
104
|
+
"../../title.marko",
|
105
|
+
"../../description.marko",
|
106
|
+
"../../rel-canonical.marko"
|
107
|
+
]
|
108
|
+
};
|
@@ -0,0 +1,201 @@
|
|
1
|
+
// Compiled using marko@4.20.2 - DO NOT EDIT
|
2
|
+
"use strict";
|
3
|
+
|
4
|
+
var marko_template = module.exports = require("marko/src/html").t(__filename),
|
5
|
+
marko_componentType = "/@parameter1/base-cms-marko-web$3.0.0/components/page/metadata/content.marko",
|
6
|
+
marko_component = require("./content.marko"),
|
7
|
+
marko_renderer = require("marko/src/runtime/components/renderer"),
|
8
|
+
module_gql = require("graphql-tag"),
|
9
|
+
gql = module_gql.default || module_gql,
|
10
|
+
module_baseCmsObjectPath_module = require("@parameter1/base-cms-object-path"),
|
11
|
+
baseCmsObjectPath_module = module_baseCmsObjectPath_module.default || module_baseCmsObjectPath_module,
|
12
|
+
get = module_baseCmsObjectPath_module.get,
|
13
|
+
module_baseCmsUtils_module = require("@parameter1/base-cms-utils"),
|
14
|
+
baseCmsUtils_module = module_baseCmsUtils_module.default || module_baseCmsUtils_module,
|
15
|
+
warn = module_baseCmsUtils_module.warn,
|
16
|
+
isFunction = module_baseCmsUtils_module.isFunction,
|
17
|
+
module_utils_module = require("@parameter1/base-cms-web-common/src/utils"),
|
18
|
+
utils_module = module_utils_module.default || module_utils_module,
|
19
|
+
extractFragmentData = module_utils_module.extractFragmentData,
|
20
|
+
module_defaultBuildStructuredData = require("./google-structured-data/content"),
|
21
|
+
defaultBuildStructuredData = module_defaultBuildStructuredData.default || module_defaultBuildStructuredData,
|
22
|
+
common_template = require("./components/common.marko"),
|
23
|
+
marko_loadTag = require("marko/src/runtime/helpers/load-tag"),
|
24
|
+
common_tag = marko_loadTag(common_template),
|
25
|
+
marko_attr = require("marko/src/runtime/html/helpers/attr"),
|
26
|
+
helpers_escape_xml = require("marko/src/runtime/html/helpers/escape-xml"),
|
27
|
+
marko_escapeXml = helpers_escape_xml.x,
|
28
|
+
marko_escapeScript = require("marko/src/runtime/html/helpers/escape-script-placeholder"),
|
29
|
+
marko_web_query_template = require("@parameter1/base-cms-marko-core/components/queries/index.marko"),
|
30
|
+
marko_web_query_tag = marko_loadTag(marko_web_query_template);
|
31
|
+
|
32
|
+
function render(input, out, __component, component, state) {
|
33
|
+
var data = input;
|
34
|
+
|
35
|
+
const { id, structuredDataQueryFragment } = input;
|
36
|
+
|
37
|
+
const { spreadFragmentName, processedFragment } = extractFragmentData(structuredDataQueryFragment);
|
38
|
+
|
39
|
+
const queryFragment = gql`
|
40
|
+
fragment ContentPageMetadataFragment on Content {
|
41
|
+
id
|
42
|
+
type
|
43
|
+
siteContext {
|
44
|
+
url
|
45
|
+
path
|
46
|
+
canonicalUrl
|
47
|
+
noIndex
|
48
|
+
}
|
49
|
+
published
|
50
|
+
updated
|
51
|
+
metadata {
|
52
|
+
title
|
53
|
+
description
|
54
|
+
publishedDate
|
55
|
+
updatedDate
|
56
|
+
expiresDate
|
57
|
+
image {
|
58
|
+
id
|
59
|
+
src(input: { options: { auto: "format,compress", w: "1200", fit: "max", q: 70 } })
|
60
|
+
}
|
61
|
+
}
|
62
|
+
... on ContentVideo {
|
63
|
+
embedSrc
|
64
|
+
}
|
65
|
+
... on ContentPodcast {
|
66
|
+
fileSrc
|
67
|
+
fileName
|
68
|
+
}
|
69
|
+
... on Authorable {
|
70
|
+
authors {
|
71
|
+
edges {
|
72
|
+
node {
|
73
|
+
id
|
74
|
+
name
|
75
|
+
}
|
76
|
+
}
|
77
|
+
}
|
78
|
+
}
|
79
|
+
... on Addressable {
|
80
|
+
address1
|
81
|
+
address2
|
82
|
+
city
|
83
|
+
state
|
84
|
+
zip
|
85
|
+
country
|
86
|
+
}
|
87
|
+
... on Contactable {
|
88
|
+
phone
|
89
|
+
tollfree
|
90
|
+
fax
|
91
|
+
website
|
92
|
+
title
|
93
|
+
mobile
|
94
|
+
publicEmail
|
95
|
+
}
|
96
|
+
... on ContentCompany {
|
97
|
+
email
|
98
|
+
}
|
99
|
+
images(input:{ pagination: { limit: 0 }, sort: { order: values } }) {
|
100
|
+
edges {
|
101
|
+
node {
|
102
|
+
id
|
103
|
+
src(input: { options: { auto: "format,compress", w: "1200", fit: "max", q: 70 } })
|
104
|
+
}
|
105
|
+
}
|
106
|
+
}
|
107
|
+
${spreadFragmentName}
|
108
|
+
}
|
109
|
+
${processedFragment}
|
110
|
+
`;
|
111
|
+
|
112
|
+
const buildStructuredData = isFunction(input.buildStructuredData) ? input.buildStructuredData : defaultBuildStructuredData;
|
113
|
+
|
114
|
+
if (id) {
|
115
|
+
marko_web_query_tag({
|
116
|
+
collapsible: true,
|
117
|
+
name: "content",
|
118
|
+
params: {
|
119
|
+
id: id,
|
120
|
+
queryFragment: queryFragment
|
121
|
+
},
|
122
|
+
whenEmpty: {
|
123
|
+
renderBody: function(out) {
|
124
|
+
warn(`Unable to create content metadata: no content found for ${id}.`);
|
125
|
+
}
|
126
|
+
},
|
127
|
+
renderBody: function(out, { node }) {
|
128
|
+
const metadata = {
|
129
|
+
type: node.type,
|
130
|
+
title: get(node, "metadata.title"),
|
131
|
+
description: get(node, "metadata.description"),
|
132
|
+
canonicalPath: get(node, "siteContext.path"),
|
133
|
+
canonicalUrl: get(node, "siteContext.canonicalUrl"),
|
134
|
+
noIndex: get(node, "siteContext.noIndex"),
|
135
|
+
imageSrc: get(node, "metadata.image.src"),
|
136
|
+
};
|
137
|
+
|
138
|
+
const publishedDate = get(node, "metadata.publishedDate");
|
139
|
+
|
140
|
+
const updatedDate = get(node, "metadata.updatedDate");
|
141
|
+
|
142
|
+
const expiresDate = get(node, "metadata.expiresDate");
|
143
|
+
|
144
|
+
common_tag(metadata, out, __component, "1");
|
145
|
+
|
146
|
+
if (node.type === "video") {
|
147
|
+
out.w("<meta property=\"og:type\" content=\"video.other\">");
|
148
|
+
|
149
|
+
if (publishedDate) {
|
150
|
+
out.w("<meta property=\"video:release_date\"" +
|
151
|
+
marko_attr("content", publishedDate) +
|
152
|
+
">");
|
153
|
+
}
|
154
|
+
} else {
|
155
|
+
out.w("<meta property=\"og:type\" content=\"article\">");
|
156
|
+
|
157
|
+
if (publishedDate) {
|
158
|
+
out.w("<meta property=\"article:published_time\"" +
|
159
|
+
marko_attr("content", publishedDate) +
|
160
|
+
">");
|
161
|
+
}
|
162
|
+
|
163
|
+
if (updatedDate) {
|
164
|
+
out.w("<meta property=\"article:modified_time\"" +
|
165
|
+
marko_attr("content", updatedDate) +
|
166
|
+
">");
|
167
|
+
}
|
168
|
+
|
169
|
+
if (expiresDate) {
|
170
|
+
out.w("<meta property=\"article:expiration_time\"" +
|
171
|
+
marko_attr("content", expiresDate) +
|
172
|
+
">");
|
173
|
+
}
|
174
|
+
}
|
175
|
+
|
176
|
+
const structuredData = buildStructuredData(node);
|
177
|
+
|
178
|
+
if (structuredData) {
|
179
|
+
out.w("<script type=\"application/ld+json\">" +
|
180
|
+
marko_escapeScript(("\n " + structuredData) + "\n ") +
|
181
|
+
"</script>");
|
182
|
+
}
|
183
|
+
}
|
184
|
+
}, out, __component, "0");
|
185
|
+
} else {
|
186
|
+
warn('Unable to create content metadata: no content id was provided.');
|
187
|
+
}
|
188
|
+
}
|
189
|
+
|
190
|
+
marko_template._ = marko_renderer(render, {
|
191
|
+
___type: marko_componentType
|
192
|
+
}, marko_component);
|
193
|
+
|
194
|
+
marko_template.meta = {
|
195
|
+
id: "/@parameter1/base-cms-marko-web$3.0.0/components/page/metadata/content.marko",
|
196
|
+
component: "./content.marko",
|
197
|
+
tags: [
|
198
|
+
"./components/common.marko",
|
199
|
+
"@parameter1/base-cms-marko-core/components/queries/index.marko"
|
200
|
+
]
|
201
|
+
};
|
@@ -0,0 +1,29 @@
|
|
1
|
+
// Compiled using marko@4.20.2 - DO NOT EDIT
|
2
|
+
"use strict";
|
3
|
+
|
4
|
+
var marko_template = module.exports = require("marko/src/html").t(__filename),
|
5
|
+
marko_componentType = "/@parameter1/base-cms-marko-web$3.0.0/components/page/metadata/default.marko",
|
6
|
+
marko_renderer = require("marko/src/runtime/components/renderer"),
|
7
|
+
common_template = require("./components/common.marko"),
|
8
|
+
marko_loadTag = require("marko/src/runtime/helpers/load-tag"),
|
9
|
+
common_tag = marko_loadTag(common_template);
|
10
|
+
|
11
|
+
function render(input, out, __component, component, state) {
|
12
|
+
var data = input;
|
13
|
+
|
14
|
+
common_tag(input, out, __component, "0");
|
15
|
+
|
16
|
+
out.w("<meta property=\"og:type\" content=\"website\">");
|
17
|
+
}
|
18
|
+
|
19
|
+
marko_template._ = marko_renderer(render, {
|
20
|
+
___implicit: true,
|
21
|
+
___type: marko_componentType
|
22
|
+
});
|
23
|
+
|
24
|
+
marko_template.meta = {
|
25
|
+
id: "/@parameter1/base-cms-marko-web$3.0.0/components/page/metadata/default.marko",
|
26
|
+
tags: [
|
27
|
+
"./components/common.marko"
|
28
|
+
]
|
29
|
+
};
|
@@ -0,0 +1,83 @@
|
|
1
|
+
// Compiled using marko@4.20.2 - DO NOT EDIT
|
2
|
+
"use strict";
|
3
|
+
|
4
|
+
var marko_template = module.exports = require("marko/src/html").t(__filename),
|
5
|
+
marko_componentType = "/@parameter1/base-cms-marko-web$1.49.0/components/page/metadata/dynamic-page.marko",
|
6
|
+
marko_component = require("./dynamic-page.marko"),
|
7
|
+
marko_renderer = require("marko/src/runtime/components/renderer"),
|
8
|
+
module_gql = require("graphql-tag"),
|
9
|
+
gql = module_gql.default || module_gql,
|
10
|
+
module_baseCmsObjectPath_module = require("@parameter1/base-cms-object-path"),
|
11
|
+
baseCmsObjectPath_module = module_baseCmsObjectPath_module.default || module_baseCmsObjectPath_module,
|
12
|
+
get = module_baseCmsObjectPath_module.get,
|
13
|
+
module_baseCmsUtils_module = require("@parameter1/base-cms-utils"),
|
14
|
+
baseCmsUtils_module = module_baseCmsUtils_module.default || module_baseCmsUtils_module,
|
15
|
+
warn = module_baseCmsUtils_module.warn,
|
16
|
+
marko_loadTemplate = require("marko/src/runtime/helpers/load-template"),
|
17
|
+
common_template = marko_loadTemplate(require.resolve("./components/common.marko")),
|
18
|
+
marko_loadTag = require("marko/src/runtime/helpers/load-tag"),
|
19
|
+
common_tag = marko_loadTag(common_template),
|
20
|
+
marko_web_query_template = marko_loadTemplate(require.resolve("@parameter1/base-cms-marko-core/components/queries/index.marko")),
|
21
|
+
marko_web_query_tag = marko_loadTag(marko_web_query_template);
|
22
|
+
|
23
|
+
function render(input, out, __component, component, state) {
|
24
|
+
var data = input;
|
25
|
+
|
26
|
+
const { alias } = input;
|
27
|
+
|
28
|
+
const queryFragment = gql`
|
29
|
+
fragment DynamicPageMetadataFragment on ContentPage {
|
30
|
+
id
|
31
|
+
siteContext {
|
32
|
+
path
|
33
|
+
canonicalUrl
|
34
|
+
}
|
35
|
+
metadata {
|
36
|
+
title
|
37
|
+
description
|
38
|
+
}
|
39
|
+
}
|
40
|
+
`;
|
41
|
+
|
42
|
+
if (alias) {
|
43
|
+
marko_web_query_tag({
|
44
|
+
collapsible: true,
|
45
|
+
name: "dynamic-page",
|
46
|
+
params: {
|
47
|
+
alias: alias,
|
48
|
+
queryFragment: queryFragment
|
49
|
+
},
|
50
|
+
whenEmpty: {
|
51
|
+
renderBody: function(out) {
|
52
|
+
warn(`Unable to create dynamic page metadata: no page found for ${alias}.`);
|
53
|
+
}
|
54
|
+
},
|
55
|
+
renderBody: function(out, { node }) {
|
56
|
+
const metadata = {
|
57
|
+
title: get(node, "metadata.title"),
|
58
|
+
description: get(node, "metadata.description"),
|
59
|
+
canonicalPath: get(node, "siteContext.path"),
|
60
|
+
};
|
61
|
+
|
62
|
+
common_tag(metadata, out, __component, "1");
|
63
|
+
|
64
|
+
out.w("<meta property=\"og:type\" content=\"website\">");
|
65
|
+
}
|
66
|
+
}, out, __component, "0");
|
67
|
+
} else {
|
68
|
+
warn('Unable to create dynamic page metadata: no page alias was provided.');
|
69
|
+
}
|
70
|
+
}
|
71
|
+
|
72
|
+
marko_template._ = marko_renderer(render, {
|
73
|
+
___type: marko_componentType
|
74
|
+
}, marko_component);
|
75
|
+
|
76
|
+
marko_template.meta = {
|
77
|
+
id: "/@parameter1/base-cms-marko-web$1.49.0/components/page/metadata/dynamic-page.marko",
|
78
|
+
component: "./dynamic-page.marko",
|
79
|
+
tags: [
|
80
|
+
"./components/common.marko",
|
81
|
+
"@parameter1/base-cms-marko-core/components/queries/index.marko"
|
82
|
+
]
|
83
|
+
};
|
@@ -0,0 +1,84 @@
|
|
1
|
+
// Compiled using marko@4.20.2 - DO NOT EDIT
|
2
|
+
"use strict";
|
3
|
+
|
4
|
+
var marko_template = module.exports = require("marko/src/html").t(__filename),
|
5
|
+
marko_componentType = "/@parameter1/base-cms-marko-web$1.49.0/components/page/metadata/magazine-issue.marko",
|
6
|
+
marko_component = require("./magazine-issue.marko"),
|
7
|
+
marko_renderer = require("marko/src/runtime/components/renderer"),
|
8
|
+
module_gql = require("graphql-tag"),
|
9
|
+
gql = module_gql.default || module_gql,
|
10
|
+
module_baseCmsObjectPath_module = require("@parameter1/base-cms-object-path"),
|
11
|
+
baseCmsObjectPath_module = module_baseCmsObjectPath_module.default || module_baseCmsObjectPath_module,
|
12
|
+
get = module_baseCmsObjectPath_module.get,
|
13
|
+
module_baseCmsUtils_module = require("@parameter1/base-cms-utils"),
|
14
|
+
baseCmsUtils_module = module_baseCmsUtils_module.default || module_baseCmsUtils_module,
|
15
|
+
warn = module_baseCmsUtils_module.warn,
|
16
|
+
marko_loadTemplate = require("marko/src/runtime/helpers/load-template"),
|
17
|
+
common_template = marko_loadTemplate(require.resolve("./components/common.marko")),
|
18
|
+
marko_loadTag = require("marko/src/runtime/helpers/load-tag"),
|
19
|
+
common_tag = marko_loadTag(common_template),
|
20
|
+
marko_web_query_template = marko_loadTemplate(require.resolve("@parameter1/base-cms-marko-core/components/queries/index.marko")),
|
21
|
+
marko_web_query_tag = marko_loadTag(marko_web_query_template);
|
22
|
+
|
23
|
+
function render(input, out, __component, component, state) {
|
24
|
+
var data = input;
|
25
|
+
|
26
|
+
const { id } = input;
|
27
|
+
|
28
|
+
const queryFragment = gql`
|
29
|
+
fragment MagazineIssueMetadataFragment on MagazineIssue {
|
30
|
+
id
|
31
|
+
canonicalPath
|
32
|
+
publication {
|
33
|
+
id
|
34
|
+
name
|
35
|
+
}
|
36
|
+
metadata {
|
37
|
+
title
|
38
|
+
description
|
39
|
+
}
|
40
|
+
}
|
41
|
+
`;
|
42
|
+
|
43
|
+
if (id) {
|
44
|
+
marko_web_query_tag({
|
45
|
+
collapsible: true,
|
46
|
+
name: "magazine-issue",
|
47
|
+
params: {
|
48
|
+
id: id,
|
49
|
+
queryFragment: queryFragment
|
50
|
+
},
|
51
|
+
whenEmpty: {
|
52
|
+
renderBody: function(out) {
|
53
|
+
warn(`Unable to create magazine issue metadata: no issue found for ${id}.`);
|
54
|
+
}
|
55
|
+
},
|
56
|
+
renderBody: function(out, { node }) {
|
57
|
+
const metadata = {
|
58
|
+
title: get(node, "metadata.title"),
|
59
|
+
description: get(node, "metadata.description"),
|
60
|
+
canonicalPath: node.canonicalPath,
|
61
|
+
};
|
62
|
+
|
63
|
+
common_tag(metadata, out, __component, "1");
|
64
|
+
|
65
|
+
out.w("<meta property=\"og:type\" content=\"website\">");
|
66
|
+
}
|
67
|
+
}, out, __component, "0");
|
68
|
+
} else {
|
69
|
+
warn('Unable to create magazine issue metadata: no issue id was provided.');
|
70
|
+
}
|
71
|
+
}
|
72
|
+
|
73
|
+
marko_template._ = marko_renderer(render, {
|
74
|
+
___type: marko_componentType
|
75
|
+
}, marko_component);
|
76
|
+
|
77
|
+
marko_template.meta = {
|
78
|
+
id: "/@parameter1/base-cms-marko-web$1.49.0/components/page/metadata/magazine-issue.marko",
|
79
|
+
component: "./magazine-issue.marko",
|
80
|
+
tags: [
|
81
|
+
"./components/common.marko",
|
82
|
+
"@parameter1/base-cms-marko-core/components/queries/index.marko"
|
83
|
+
]
|
84
|
+
};
|
@@ -0,0 +1,80 @@
|
|
1
|
+
// Compiled using marko@4.20.2 - DO NOT EDIT
|
2
|
+
"use strict";
|
3
|
+
|
4
|
+
var marko_template = module.exports = require("marko/src/html").t(__filename),
|
5
|
+
marko_componentType = "/@parameter1/base-cms-marko-web$1.49.0/components/page/metadata/magazine-publication.marko",
|
6
|
+
marko_component = require("./magazine-publication.marko"),
|
7
|
+
marko_renderer = require("marko/src/runtime/components/renderer"),
|
8
|
+
module_gql = require("graphql-tag"),
|
9
|
+
gql = module_gql.default || module_gql,
|
10
|
+
module_baseCmsObjectPath_module = require("@parameter1/base-cms-object-path"),
|
11
|
+
baseCmsObjectPath_module = module_baseCmsObjectPath_module.default || module_baseCmsObjectPath_module,
|
12
|
+
get = module_baseCmsObjectPath_module.get,
|
13
|
+
module_baseCmsUtils_module = require("@parameter1/base-cms-utils"),
|
14
|
+
baseCmsUtils_module = module_baseCmsUtils_module.default || module_baseCmsUtils_module,
|
15
|
+
warn = module_baseCmsUtils_module.warn,
|
16
|
+
marko_loadTemplate = require("marko/src/runtime/helpers/load-template"),
|
17
|
+
common_template = marko_loadTemplate(require.resolve("./components/common.marko")),
|
18
|
+
marko_loadTag = require("marko/src/runtime/helpers/load-tag"),
|
19
|
+
common_tag = marko_loadTag(common_template),
|
20
|
+
marko_web_query_template = marko_loadTemplate(require.resolve("@parameter1/base-cms-marko-core/components/queries/index.marko")),
|
21
|
+
marko_web_query_tag = marko_loadTag(marko_web_query_template);
|
22
|
+
|
23
|
+
function render(input, out, __component, component, state) {
|
24
|
+
var data = input;
|
25
|
+
|
26
|
+
const { id } = input;
|
27
|
+
|
28
|
+
const queryFragment = gql`
|
29
|
+
fragment MagazinePublicationMetadataFragment on MagazinePublication {
|
30
|
+
id
|
31
|
+
canonicalPath
|
32
|
+
metadata {
|
33
|
+
title
|
34
|
+
description
|
35
|
+
}
|
36
|
+
}
|
37
|
+
`;
|
38
|
+
|
39
|
+
if (id) {
|
40
|
+
marko_web_query_tag({
|
41
|
+
collapsible: true,
|
42
|
+
name: "magazine-publication",
|
43
|
+
params: {
|
44
|
+
id: id,
|
45
|
+
queryFragment: queryFragment
|
46
|
+
},
|
47
|
+
whenEmpty: {
|
48
|
+
renderBody: function(out) {
|
49
|
+
warn(`Unable to create magazine publication metadata: no publication found for ${id}.`);
|
50
|
+
}
|
51
|
+
},
|
52
|
+
renderBody: function(out, { node }) {
|
53
|
+
const metadata = {
|
54
|
+
title: get(node, "metadata.title"),
|
55
|
+
description: get(node, "metadata.description"),
|
56
|
+
canonicalPath: node.canonicalPath,
|
57
|
+
};
|
58
|
+
|
59
|
+
common_tag(metadata, out, __component, "1");
|
60
|
+
|
61
|
+
out.w("<meta property=\"og:type\" content=\"website\">");
|
62
|
+
}
|
63
|
+
}, out, __component, "0");
|
64
|
+
} else {
|
65
|
+
warn('Unable to create magazine publication metadata: no publication id was provided.');
|
66
|
+
}
|
67
|
+
}
|
68
|
+
|
69
|
+
marko_template._ = marko_renderer(render, {
|
70
|
+
___type: marko_componentType
|
71
|
+
}, marko_component);
|
72
|
+
|
73
|
+
marko_template.meta = {
|
74
|
+
id: "/@parameter1/base-cms-marko-web$1.49.0/components/page/metadata/magazine-publication.marko",
|
75
|
+
component: "./magazine-publication.marko",
|
76
|
+
tags: [
|
77
|
+
"./components/common.marko",
|
78
|
+
"@parameter1/base-cms-marko-core/components/queries/index.marko"
|
79
|
+
]
|
80
|
+
};
|