diff --git a/projects/plugins/jetpack/changelog/update-subscriber-login-navigation-api b/projects/plugins/jetpack/changelog/update-subscriber-login-navigation-api new file mode 100644 index 0000000000000..5a467e17e3920 --- /dev/null +++ b/projects/plugins/jetpack/changelog/update-subscriber-login-navigation-api @@ -0,0 +1,4 @@ +Significance: patch +Type: other + +Subscriptions: Add Subscriber Login block navigation placement setting to Dotcom Site Settings API diff --git a/projects/plugins/jetpack/json-endpoints/class.wpcom-json-api-site-settings-v1-4-endpoint.php b/projects/plugins/jetpack/json-endpoints/class.wpcom-json-api-site-settings-v1-4-endpoint.php index e001da782ed1b..e50565929bd85 100644 --- a/projects/plugins/jetpack/json-endpoints/class.wpcom-json-api-site-settings-v1-4-endpoint.php +++ b/projects/plugins/jetpack/json-endpoints/class.wpcom-json-api-site-settings-v1-4-endpoint.php @@ -123,6 +123,7 @@ 'wpcom_newsletter_categories_enabled' => '(bool) Whether the newsletter categories are enabled or not', 'sm_enabled' => '(bool) Whether the newsletter Subscribe Modal is enabled or not', 'jetpack_subscriptions_subscribe_post_end_enabled' => '(bool) Whether adding Subscribe block at the end of each post is enabled or not', + 'jetpack_subscriptions_login_navigation_enabled' => '(bool) Whether the Subscriber Login block navigation placement is enabled or not', 'wpcom_gifting_subscription' => '(bool) Whether gifting is enabled for non auto-renew sites', 'wpcom_reader_views_enabled' => '(bool) Whether showing post views in WordPress.com Reader is enabled for the site', 'wpcom_subscription_emails_use_excerpt' => '(bool) Whether site subscription emails (e.g. New Post email notification) will use post excerpts',