There is
1 comment
.
XWiki Platform
/
XWIKI-23733
Open
Gallery macro should support reference refactoring
View issue
ยท
Add comment
1 comment
Vincent Massol
on 19/Nov/25 10:52
To do it we should probably change the constructor to:
{code}
public GalleryMacro()
{
super("Gallery", DESCRIPTION, new DefaultContentDescriptor(CONTENT_DESCRIPTION, true, Block.LIST_BLOCK_TYPE),
GalleryMacroParameters.class);
setDefaultCategories(Set.of(DEFAULT_CATEGORY_LAYOUT));
}
{code}
But we need to check the consequences on the wysywig editor
(see also XWIKI-23735)
.
This message was sent by Atlassian Jira (v9.3.0#930000
-sha1:287aeb6
)
If image attachments aren't displayed, see
this article
.