Description of the need
Whenever one creates a new field, the "Global settings" section, which contains the field cardinality setting, is easily overlooked.
So, I attach a field to a node type, then try to create a node of that type, but realize, that I forgot to set the cardinality to a value higher than "1".
Then I go back to the field settings and update the cardinality value, then go back to create a node. ... Some unnecessary clicks in my opinion. I bet, I'm not the only one.
Proposed solution
Expand the fieldset initially, so it's getting a little more attention, when creating fields.
Alternatives that have been considered
Hook form alter... :wink:
There's the fieldset: https://github.com/backdrop/backdrop/blob/1.x/core/modules/field_ui/fiel...
Recent comments
Hi @Gnome and welcome to Backdrop When I create custom layout templates I put them in /layouts/custom/my_layout Note: you can split modules and layouts between contrib and custom...
My layout template (layout--blog.tpl.php) doesn't work
This post explains how to do this in Drupal 7. In Backdrop, File Entity is already part of core. You will need to download and install module Views Field View. https://drupal.stackexchange...
I Need to Display an Image in a View that was Uploaded to a Webform
After alot of trials, i have done the obvious and translated the whole block for different languages with each property condition as follows: ->propertyCondition('langcode', 'en...
How to get the current page language?