trio-group implements IT platform for marketing, digital services and eCommerce with personalized content - Drupal 8 and SAP Hybris seamlessly integrated.
Not sure if this is possible in views so thought id ask and see how people solved this one
I want to create a views reference field. I want it to use the existing value from a field, and use that as the (contextual) filter for my views reference field
Is that possible in a contextual filter (Or normal filter), to set a query parameter to an existing field value returned in the form (In views, not custom module)?
If you're not familiar with Instagram, you are allowed one link your bio. A lot of people use products like linkin.bio or linktr.ee as landing page to then link to blog posts. I have a Drupal 8 blog and thought why not solve this problem the Drupal way, so it brings people directly to my site and uses the same theming. But after days of trying out a few different things, I'm at a loss.
I am trying to create a drupal 8 custom module to alter views output field by adding new option to drop button. As I new to drupal 8 , I would like to know the flow of execution of after creating the custom module. what all files required for that.
I have created following files my_module.info.yml, my_module.module. Does this two files only needed to alter the views output.