Skip to content
Snippets Groups Projects
Commit 072c09f6 authored by Thomas Mortagne's avatar Thomas Mortagne
Browse files

XWIKI-15133: Template macro should be in Development category

parent b74e949a
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ public TemplateMacro()
// The template macro must execute first since if it runs with the current context it needs to bring
// all the macros from the template before the other macros are executed.
setPriority(10);
setDefaultCategory(DEFAULT_CATEGORY_INTERNAL);
setDefaultCategory(DEFAULT_CATEGORY_DEVELOPMENT);
}
@Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment