Valid B2B-Commerce-Developer Dumps shared by ExamDiscuss.com for Helping Passing B2B-Commerce-Developer Exam! ExamDiscuss.com now offer the newest B2B-Commerce-Developer exam dumps, the ExamDiscuss.com B2B-Commerce-Developer exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com B2B-Commerce-Developer dumps with Test Engine here:
Which handlebars helper expression is used in Salesforce B2B Commerce pages and components to toggle the display of a block of markup?
Correct Answer: C
Explanation 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'}} <div id="mini-cart"> ... </div> {{/ifConfig}} will render the mini-cart div only if the configuration setting CO.showMiniCart is true. Salesforce References: B2B Commerce and D2C Commerce Developer Guide, Handlebars Helpers