Hi all,
I see more and more modules that doesn't appear in Page Builder because their pages was created in a different way.
Source of normal page block:
<div class="page_column page_column_single" id="page_column_1">
<div class="page_block_container bx-def-margin-sec-leftright" id="page_block_742">
<div class="disignBoxFirst bx-def-margin-top bx-def-border">
Source of the page with no records in Page Builder:
<div id="page_column_1" class="page_column page_column_first">
<div class="disignBoxFirst bx-def-margin-top bx-def-border">
Where's "page_block_container" class and block ID? Admin just can't rearrange any blocks on such page.
And one of my modules works with these containers with class "page_block_container" and just doesn't work for modules which pages are made without these blocks.
Did I miss anything?