I have created new field called BaseColor in page Main Content. I want set value of that field as a class name for body tag.
e.g.
<body class="BaseColorFieldValue">
This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.
Please use forum.silverstripe.org for any new questions
(announcement).
The forum archive will stick around, but will be read only.
You can also use our Slack channel
or StackOverflow to ask for help.
Check out our community overview for more options to contribute.
I have created new field called BaseColor in page Main Content. I want set value of that field as a class name for body tag.
e.g.
<body class="BaseColorFieldValue">
> I have created new field called BaseColor in page Main Content.
<body class="$BaseColor"> should do it?
Thanks for reply Willr. It works.