0

Is there a way in Netlify CMS to show fields conditionally only?

Say I have a Product collection that has categories like : “Rings, bracelets, necklaces…”

I want to display some fields only if a certain category is selected. Is it possible ?

CodeCodeCodon
  • 385
  • 1
  • 4
  • 14

1 Answers1

0

It sounds like filtered folder collections for each of your categories is what you're looking for.

Alternatively if you want a more complex UX then it is possible to create custom widgets with conditional formatting.

Luke Storry
  • 6,032
  • 1
  • 9
  • 22