| @@ -101,8 +101,9 @@ | ||
| 101 | 101 | 'absurl' => VISUALIZER_ABSURL, |
| 102 | 102 | 'charts' => Visualizer_Module_Admin::_getChartTypesLocalized(), |
| 103 | 103 | 'adminPage' => menu_page_url( 'visualizer', false ), |
| 104 | 104 | 'sqlTable' => $table_col_mapping, |
| 105 | + 'chartsPerPage' => defined( 'TI_CYPRESS_TESTING' ) ? 20 : 6, | |
| 105 | 106 | ); |
| 106 | 107 | wp_localize_script( 'visualizer-gutenberg-block', 'visualizerLocalize', $translation_array ); |
| 107 | 108 | |
| 108 | 109 | // Enqueue frontend and editor block styles |