Configurable hidden macros categories
Version 1.2 by Vincent Massol on 2022/09/15
The list of categories hidden by default, previously hard-coded to Internal and Deprecated, can now be configured using the rendering.transformation.macro.hiddenCategories property in xwiki.properties.
#-# [Since 14.8RC1]
#-# Override the default hidden macro categories.
#-# Note: the categories are case sensitive.
#-#
#-# For instance, to make the "Development" category hidden by default, in addition to the default "Internal" and
#-# "Deprecated" categories, you'd use:
# rendering.transformation.macro.hiddenCategories = Development,Internal,Deprecated
#-# Override the default hidden macro categories.
#-# Note: the categories are case sensitive.
#-#
#-# For instance, to make the "Development" category hidden by default, in addition to the default "Internal" and
#-# "Deprecated" categories, you'd use:
# rendering.transformation.macro.hiddenCategories = Development,Internal,Deprecated