Fixed #3864 - Image: New image and preview slots

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-03 20:54:50 +03:00
parent ef4887d5a9
commit 85df7a558d
3 changed files with 42 additions and 5 deletions

View file

@ -54,7 +54,11 @@ const ImageSlots = [
description: 'Custom content for the component close.'
},
{
name: 'imagePreview',
name: 'image',
description: 'Custom content for the component image.'
},
{
name: 'preview',
description: 'Custom content for the component preview.'
}
];