Commit b806e6c2 authored by Philippe von Bergen's avatar Philippe von Bergen
Browse files

#3319991: Add lazy property

parent d556d765
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -105,6 +105,7 @@ class Webform extends HandlerPluginBase {
        '#pagedesigner_entity' => $entity,
        '#prefix' => '<div id="pd-cp-' . $entity->id() . '">',
        '#suffix' => '</div>',
        '#lazy' => TRUE,
      ] + $build;
    }
  }