Which handlebars helper expression is used in Salesforce B2B Commerce pages and
components to toggle the display of a block of markup?
The handlebars helper expression that is used in Salesforce B2B Commerce pages and components to toggle the display of a block of markup is {{#ifConfig 'Field__c'}} ... {{/ifConfig}}. This expression will evaluate the value of the configuration setting with the API name Field__c and render the block of markup if the value is true, or skip it if the value is false. For example,{{#ifConfig 'CO.showMiniCart'}}
Currently there are no comments in this discussion, be the first to comment!