CondationCMS / cms-server

Java flat file cms
GNU General Public License v3.0
0 stars 1 forks source link

Expressions in ShortCode parameters #303

Closed thmarx closed 1 month ago

thmarx commented 1 month ago

ShortCode only tage strings as parameter values, would be great if there would be some kind of possibility to pass lists, maps na maybe other datatypes.

e.g. [[code param1="[listitem1, listitem2]" /]] or [[code param1="{key: value, otherkey: value}" /]]