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.
I have 3 content types A, B and C. Content type B and C have a entity reference field which refers to A. Content type B also has entity reference field that refers to C. Now my issue here in Content type B, I want to show options for entity reference field C to be those that refer to same entity reference A as that of B.
Sorry if my logic sounds confusing. I have seen people asking this before but couldn't find a proper solution.
I've been learning Drupal 8.4.x with the intent of setting up a site for a community arts organization that puts on on-going programs, such as a year-round concert band, etc. and special events, such as several fully-stage theater productions and a huge music festival each year.
I've been searching for a free or for-a-fee theme to use as a starting point to adapt for our application.
I just started with drupal8, and I have some troubles with altering the propertyDefinions and schema of entity reference type. I created a new widget for entity reference which contains a second field in addition to default autocomplete field. I want to add a field definition and a field schema for this custom field. I found how to do it by creating the custom field type too but I don't want to create a new field type, just the custom widget. Can someone give me some suggestions how can I do it?
I am trying to get Flexslider to work. I am mimicking a sample Drupal 8 install with Flexslider installed and working but the javascript doesn't seem to be working on my site.