- 🇨🇦Canada nickdickinsonwilde Victoria, BC (T'So-uke lands)
Duplicate of 🐛 Block tab type is not using block config settings Active . How you're resolving it works in the meantime though.
Thanks fo module.
I need show webform in QT. Is any legal way for it?
Now a use custom block with php-code:
/*Render webform block*/
$webform = \Drupal::entityTypeManager()->getStorage('webform')->load('my_webform');
$view_builder = \Drupal::service('entity_type.manager')->getViewBuilder('webform');
$build = $view_builder->view($webform);
print render($build); //return $build
Closed: duplicate
3.0
Documentation
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Duplicate of 🐛 Block tab type is not using block config settings Active . How you're resolving it works in the meantime though.