Hello again,
i have a select in the backend where the user chooses the depth of a list.
level:
label: Level
type: select
options:
green: Main
orange: Sublevel
For clarity, i want to change the background color of the .k-bubble class in the backend to the value of the select that the user has chosen.
Is this possible?
Thank you in advance!