Loading paragraphs_ee.install +2 −2 Original line number Diff line number Diff line Loading @@ -44,9 +44,9 @@ function paragraphs_ee_update_8002() { foreach ($paragraph_field_keys as $field_key) { $field_name = $field_keys[$field_key]; if (isset($content[$field_name]['third_party_settings']['paragraphs_features']) && isset($content[$field_name]['third_party_settings']['paragraphs_ee']['easy_access_count'])) { if (isset($content[$field_name]['third_party_settings']['paragraphs_features']) && isset($content[$field_name]['third_party_settings']['paragraphs_ee']['paragraphs_ee']['easy_access_count'])) { // Set value for number of add-in-between links. $content[$field_name]['third_party_settings']['paragraphs_features']['add_in_between_link_count'] = $content[$field_name]['third_party_settings']['paragraphs_ee']['easy_access_count']; $content[$field_name]['third_party_settings']['paragraphs_features']['add_in_between_link_count'] = $content[$field_name]['third_party_settings']['paragraphs_ee']['paragraphs_ee']['easy_access_count']; $config_changed = TRUE; } } Loading Loading
paragraphs_ee.install +2 −2 Original line number Diff line number Diff line Loading @@ -44,9 +44,9 @@ function paragraphs_ee_update_8002() { foreach ($paragraph_field_keys as $field_key) { $field_name = $field_keys[$field_key]; if (isset($content[$field_name]['third_party_settings']['paragraphs_features']) && isset($content[$field_name]['third_party_settings']['paragraphs_ee']['easy_access_count'])) { if (isset($content[$field_name]['third_party_settings']['paragraphs_features']) && isset($content[$field_name]['third_party_settings']['paragraphs_ee']['paragraphs_ee']['easy_access_count'])) { // Set value for number of add-in-between links. $content[$field_name]['third_party_settings']['paragraphs_features']['add_in_between_link_count'] = $content[$field_name]['third_party_settings']['paragraphs_ee']['easy_access_count']; $content[$field_name]['third_party_settings']['paragraphs_features']['add_in_between_link_count'] = $content[$field_name]['third_party_settings']['paragraphs_ee']['paragraphs_ee']['easy_access_count']; $config_changed = TRUE; } } Loading