- Issue created by @_renify_
- 🇬🇧United Kingdom jonathanshaw Stroud, UK
Possibly you want https://www.drupal.org/project/inline_entity_form_preview →
- 🇨🇦Canada alauzon
I applied patch #2 and it worked for a while. I don't why but it stopped working. I went into code to debug it and I made 2 changes and now it is working again.
- 🇵ðŸ‡Philippines _renify_ cebu
The patch works and display the list of view modes on edit form but it doesn't apply on rendering block. The view mode is always "full" view mode.
- 🇵ðŸ‡Philippines _renify_ cebu
When i inspect the configuration the view_mode in on full
$block_plugin->getConfiguration() array (7) ⇄id => string (50) "block_content:c2b7deb9-0121-4516-b661-999340815ccf" ⇄label => string (33) "inline item block card image left" ⇄label_display => string (7) "visible" ⇄provider => string (13) "block_content" ⇄status => boolean true ⇄info => string (0) "" ⇄view_mode => string (4) "full"
- 🇨🇦Canada alauzon
I had introduced an error in InlineEntityFormSimple.php. I am removing it.
- First commit to issue fork.
- 🇧🇪Belgium tim-diels Belgium 🇧🇪
It's suggested to use MR as this will trigger the GitLab pipelines. I've just added the patch as is from #12
But could not get it to work. I did misread what I needed and not going to continue to assist here as this is not what I was needing.
Sorry for the noise.