Description of the need
When adding a new field to a content type, it automatically generates the field's machine name by using its title prefixed with field_
:
In order to distinguish similar fields and to avoid mess in database, we always manually add the content type's name:
Proposed solution
I believe if the prefix consisted of field_
and content type's machine name like so field_listing_
, it would only increase the usability and comfort of developing.
GitHub Issue #:
6172
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.