Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
( isWizard & ( hasSpellSlots | hasWand))

Maybe expressions would also have access to some context such as the current user group and role, so that some fields would only be visible or enabled to certain user roles.

2. Consider ways to augment fields, potentially with Java, that do not require creating brand new fieldTypes. Creating fieldTypes is harder, slower & less transparent then augmenting a fieldType with some custom behaviour.

...