Using constants in rte

In RTE note the constant like: Der Preis von ###PRICE_TRADITIONELL### ist super!

lib.parseFunc.constants=1
lib.parseFunc_RTE.constants=1
constants
constants {
    PRICE_TRADITIONELL = 17,90
    PRICE_AMERICAN = 15,90
    PRICE_SPANISCH = 24,90
    PRICE_FEINSCHMECKER = 24,90
}
setup