9A0-384 Exam QuestionsBrowse all questions from this exam

9A0-384 Exam - Question 34


What is the correct way to use clientlibs with Sightly?

Show Answer
Correct Answer: D

The correct way to use clientlibs with Sightly involves using the 'data-sly-use' or 'data-sly-include' attributes to include the client library categories. The proper syntax to use clientlibs in Sightly is with 'data-sly-include' followed by the correct expression. Therefore, the correct way to write the syntax is <meta data-sly-include='${clientLib.all @ categories=\'your.clientlib\'}' data-sly-unwrap></meta>, making option D the correct answer.

Discussion

2 comments
Sign in to comment
starcitynews0023Option: B
May 2, 2020

B. <meta data-sly-call="${clientLib.all @ categories-,your.clientlib,}M data-sly-unwrap></meta>

heenamadanOption: B
Jun 17, 2020

Ans: B