A developer must prevent a Lightning Web Component from being dropped onto App Builder pages by non-admin users. Which configuration achieves this?
-
A
Set isExposed to false in js-meta.xml
-
B
Remove the <targets> element from js-meta.xml
-
C
Add requiresAdminPermission='true' to the component decorator
-
D
Set visibility='admin' in js-meta.xml