Description of the need
Backdrop adds a [hidden] nomenclature to the end of a hidden field, however it still gets lost in the mix if there are a lot of fields, and the field names are long and wrap.
Example
vs
Proposed solution
The proposed resolution is to change the color of the hidden items for better legibility between hidden and shown fields. I also recommend italicizing the hidden fields.
Example of real-world change on a Drupal site:
Additional information
The color used in my example is: rgb(114,131,145)
Recommended CSS addition (with slightly updated color recommendation):
Files to be changed for CSS:
* core/modules/views_ui/css/views_ui.admin.theme.css
Files to be changed for moving [hidden]
to the front of the line:
* core/modules/views_ui/views_ui.admin.inc
.views-edit-view .views-field-excluded {
color: rgb(160 160 160);
font-style: italic;
}
Draft of feature description for Press Release (1 paragraph at most)
The Backdrop Seven theme now changes the color of hidden fields to better show which fields are hidden vs shown.
Recent comments
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?
Thanks so much! It's working now: I was able to transfer the docroot files to the containing directory without the need for a second database or any manual configuration export/import/sync...
Backup & Migrate Config: There was a problem creating field...database table with the name already exists.
Ah, I see. Sorry, I hadn't clicked the link and assumed it was the instructions for upgrading from Drupal 7. If you are simply copying a site from one location on a server to another, the...
Backup & Migrate Config: There was a problem creating field...database table with the name already exists.