
Inside of my (custom) Sitebuilder modules I'm using the core image implementation/component similar to existing OOTB modules from @msdyn365-commerce-modules.
Simple example how I set up the field configuration in my module definition file:
{
"$type": "moduleDefinition",
"name": "dummy",
"config": {
"image":{
"friendlyName": "Image",
"description": "Footer item image",
"type": "image"
}
}
}
Two questions:
Hello Daniel,
I will leave this for the community to answer since this is about customization. Let's see if anybody has experienced the same and can advise for you anything.