What are the supported types of propertys I can create in widget level ?
Summary:
In the Oracle documents, only 7 types are listed when we wish to create a property at the widget level, they are
stringType, optionType, booleanType, mediaType, sectionTitleType, collectionType, and multiSelectOptionType.
However, if you look at the support doc (Doc ID 2916084.1), there are roughly 15 other types listed, they are
"sectionTitleType";
"colorType";
"optionType";
"multiPropertiesType";
"countryPickerType";
"passwordType";
"audienceType";
"select2Type";
"roleType";
"multiKeyValuePairsType";
"loginCredentialType";
"webContentType";
"contentQueryBuilderType";
"contentTypeSelectorType";
"contentPickerType";
I performed a little research, but I was unable to find any information on these sorts; it is also missing in the Oracle document. Does anyone know what these types are used for or have any document references?