| @@ -76,8 +76,10 @@ | ||
| 76 | 76 | 'editorStyles' => \get_block_editor_settings([], new \WP_Block_Editor_Context()), |
| 77 | 77 | 'wpRoot' => \rest_url(), |
| 78 | 78 | 'activeTests' => \get_option(Insights::ACTIVE_TESTS_OPTION, []), |
| 79 | 79 | 'showLaunchTitle' => (bool) PartnerData::setting('showLaunchTitle'), |
| 80 | + 'customDesign' => PartnerData::setting('customDesign'), | |
| 81 | + 'partnerStrings' => PartnerData::setting('strings'), | |
| 80 | 82 | 'resetSiteInformation' => [ |
| 81 | 83 | 'pagesIds' => array_map('esc_attr', $this->getLaunchCreatedPages()), |
| 82 | 84 | 'navigationsIds' => array_map('esc_attr', $this->getLaunchCreatedNavigations()), |
| 83 | 85 | 'templatePartsIds' => array_map('esc_attr', $this->getTemplatePartIds()), |