@pronto-tools-and-more/components-renderer 10.9.0 → 10.10.0
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -12,6 +12,7 @@ export const renderCustomElementList = (element, renderElement) => {
|
|
12
12
|
slug: `$functions.id($context, 'content', 'properties', 'slug')`,
|
13
13
|
metadataVideoPodcast: `$functions.id($context, 'content', 'properties', 'metadataVideoPodcast')`,
|
14
14
|
readTime: `$functions.getReadTime($context.content)`,
|
15
|
+
publicationDate: `$functions.id($context, 'content', 'publicationDate')`,
|
15
16
|
});
|
16
17
|
const final = renderElement(node);
|
17
18
|
return {
|