Ricardo Martinez created CAMEL-20646:
----------------------------------------
Summary: Use "labels" in the properties from the models catalog
Key: CAMEL-20646
URL: https://issues.apache.org/jira/browse/CAMEL-20646
Project: Camel
Issue Type: Wish
Components: Catalog
Reporter: Ricardo Martinez
Currently, the component's properties have 2 attributes that can be used to
enhance the configuration form, "group" and "label".
>From the ActiveMQ component
{code:java}
"group" : "consumer (advanced)",
"label" : "consumer,advanced",
{code}
Whereas the model's catalog doesn't have a "group" attribute and for some
models, there's a "label".
>From the aggregate EIP
{code:java}
"label" : "advanced",
{code}
Would be possible/desirable to standardize these attributes so we have them
both available at all times?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)