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
In Backdrop 1.12, we have implemented an options element, which improves the UX when entering multiple values (backdrop/backdrop-issues#1005). We should use that instead of text fields.
One concern is backwards combatiility. We can require dependencies[] = backdrop:system (>=1.12) in the .info file of the module, but that means that we do not support previous versions of core. Is this OK?
The text was updated successfully, but these errors were encountered:
In Backdrop 1.12, we have implemented an
options
element, which improves the UX when entering multiple values (backdrop/backdrop-issues#1005). We should use that instead of text fields.One concern is backwards combatiility. We can require
dependencies[] = backdrop:system (>=1.12)
in the .info file of the module, but that means that we do not support previous versions of core. Is this OK?The text was updated successfully, but these errors were encountered: