Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
what base or starter theme would you use on place of ZEN?
I am now using Drupal 7 with ZEN on some projects and I use Compass, Sass etc.
For a new web project I will use Drupal 8. It will be company/commercial web site. There will be added and integrated simple eshop to it, later (in months) - I count with Drupal Commerce for this.
So, I dont now, what base or starter theme to use (as ZEN is not available for D8). Some good advice?
I have copied and pasted the line export PATH="$HOME/.composer/vendor/bin:$PATH"
into my ~/.bash_profile using vim.
This is what the drush site says to do for Mac users yet I am getting "command not found: drush" message in terminal.
I want to achieve the functionality, to add a "unique" multiple values validation for entity reference field (on field level, not on hook level). I know there was such a module for 7.x already, but it's not ported right now to 8.0.
I tried to extend the EntityReferenceItem.php Field type, but I had a lot of issues with it.
Can somebody show me an example how could I extend it with a unique contraint validation?
Any other type of hints are appreciated!
I am working with druapal 8. I want to copy the value of fields(of a selected entity through entity reference) of one content type to another. In druapl7 " Entity reference autofill" module is available to this functionality. But that module is not available in druapl8. Is there is any other way to do the same on drupal8. Please help.
I don't know if i missed something but when trying to add custom content type, adding differents fields from the list, i don't find anything for select, radio button or checkbox ? is that normal ? maybe im missing something ?