Hello!
If you look at components/com_sppagebuilder/layouts/row/start.php file at line#26:
https://take.ms/91aUz
The value if viewed in a page that the module is shown, it always returns 1 and if the module content is viewed using SPPB view, it always returns 0. Why?
So, in the same php file above at starting at line#422 which checks for this value and apply the appropriate class in #465 or #511.
In the module editor, I did not change the default value for Flow Row. The value should be 0 since it is disabled by default:
https://take.ms/nTs7l
But why does the value changes to 1 when viewed in module but 0 when viewed with SPPB?