Added custom text property to summary templates. Added URL to summary mock-up.
This commit is contained in:
@@ -78,6 +78,10 @@ function traverseTemplate(chain, release, { delimit = ' ' } = {}) {
|
||||
return result;
|
||||
}
|
||||
|
||||
if (item.text) {
|
||||
return result.concat(curateValue(item.text, item));
|
||||
}
|
||||
|
||||
if (keys) {
|
||||
const value = keys.split('|').reduce((acc, key) => acc
|
||||
|| propProcessors[key]?.(release, typeof item === 'string' ? { key } : item)
|
||||
|
||||
Reference in New Issue
Block a user