You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm going to add an option for not adding behavior for a taxonomy with flag in taxonomy_name.cfg.
Any opinion on how should the flag be called?
[taxonomy]
name = foobar
title = Foo Bar
description = Foo and bar
default_language = fi
field_title =
field_description =
write_permission = cmf.ManagePortal
Maybe field = true, because field_-prefixed settings control the behavior? Or register_behavior = true? Or just skip the behavior if field_title is empty?
The text was updated successfully, but these errors were encountered:
I'm going to add an option for not adding behavior for a taxonomy with flag in
taxonomy_name.cfg
.Any opinion on how should the flag be called?
Maybe
field = true
, becausefield_
-prefixed settings control the behavior? Orregister_behavior = true
? Or just skip the behavior iffield_title
is empty?The text was updated successfully, but these errors were encountered: