{{
strText="";
if ((sc_raw i_item "Title Override" | string.size) > 0)
strText = sc_raw i_item "Title Override"
else
strText = sc_raw article "Title"
if ((strText | string.size) > 45)
strText = (strText | string.truncate 48)
end
end
}}
This was all about Scenario's which I involved in my profession.
{{
strText="";
if ((sc_raw i_item "Title Override" | string.size) > 0)
strText = sc_raw i_item "Title Override"
else
strText = sc_raw article "Title"
if ((strText | string.size) > 45)
strText = (strText | string.truncate 48)
end
end
}}
sc_field i_item 'LinkField' [['aria-label', (i_item.LinkField
.Title.raw)], ['class', 'btn btn-orange'], ['role', 'button']]Rename it to zip first then extract files as below 1. Rename-Item -Path A_Package.nupkg -NewName A_Package.zip 2. Make sure to repla...