Browser: Chrome 102
OS: Windows
Bricks Version: 1.7 & 1.7.1
Dynamic Data does not render more than one insert. In version 1.7, if I put a few DDs in the text, they all render well. In version 1.7.1, if I insert several DDs, only one of them is rendered.
1.7.1
1.7.0
I found that everything works fine if you remove this code. But I also understand that the problem is probably with the DD handler.
File: bricks/includes/builder.php:1923
if ( Database::get_setting( 'enableDynamicDataPreview', false ) ) {
$load_data['dynamicData'] = self::$dynamic_data;
}