Hi Emily,
Metadata section in the component.js file should include the config and not the manifest file. Try this, and it shall work. Hope this helps.
metadata : { | ||||||
manifest: "json", | ||||||
config : { | ||||||
fullWidth : true | ||||||
} | ||||||
}, |
Thanks,
Prasanna
Hi Emily,
Metadata section in the component.js file should include the config and not the manifest file. Try this, and it shall work. Hope this helps.
metadata : { | ||||||
manifest: "json", | ||||||
config : { | ||||||
fullWidth : true | ||||||
} | ||||||
}, |
Thanks,
Prasanna