-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement/9902 capitalization first party mode #10010
base: develop
Are you sure you want to change the base?
Enhancement/9902 capitalization first party mode #10010
Conversation
Build files for cb975ed are ready:
|
Size Change: -5 B (0%) Total Size: 1.99 MB
ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work, @ankitrox! I've left a few comments for improvements. Please take a look .
@@ -136,17 +136,17 @@ public function get_debug_fields() { | |||
|
|||
return array( | |||
'first_party_mode_is_enabled' => array( | |||
'label' => __( 'First-Party Mode: Enabled', 'google-site-kit' ), | |||
'label' => __( 'First-Party mode: Enabled', 'google-site-kit' ), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'label' => __( 'First-Party mode: Enabled', 'google-site-kit' ), | |
'label' => __( 'First-party mode: Enabled', 'google-site-kit' ), |
'value' => $this->health_check_debug_field_value( $settings['isEnabled'] ), | ||
'debug' => $this->health_check_debug_field_debug( $settings['isEnabled'] ), | ||
), | ||
'first_party_mode_is_fpm_healthy' => array( | ||
'label' => __( 'First-Party Mode: Service healthy', 'google-site-kit' ), | ||
'label' => __( 'First-Party mode: Service healthy', 'google-site-kit' ), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'label' => __( 'First-Party mode: Service healthy', 'google-site-kit' ), | |
'label' => __( 'First-party mode: Service healthy', 'google-site-kit' ), |
'value' => $this->health_check_debug_field_value( $settings['isFPMHealthy'] ), | ||
'debug' => $this->health_check_debug_field_debug( $settings['isFPMHealthy'] ), | ||
), | ||
'first_party_mode_is_script_access_enabled' => array( | ||
'label' => __( 'First-Party Mode: Script accessible', 'google-site-kit' ), | ||
'label' => __( 'First-Party mode: Script accessible', 'google-site-kit' ), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'label' => __( 'First-Party mode: Script accessible', 'google-site-kit' ), | |
'label' => __( 'First-party mode: Script accessible', 'google-site-kit' ), |
PaxConnected.scenario = { | ||
label: 'Modules/Ads/Settings/SettingsView/PAX', | ||
}; | ||
PaxConnected.scenario = {}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since the label property was removed, a new set of VRT images have been added. Can you please remove the old images?
…thub.com:google/site-kit-wp into enhancement/9902-capitalization-first-party-mode.
Thank you @hussain-t for reviewing the PR and adding feedback. I've made the suggested changes. Can you please review these changes if those are looking good? Thank you. |
Summary
Addresses issue:
Relevant technical choices
PR Author Checklist
Do not alter or remove anything below. The following sections will be managed by moderators only.
Code Reviewer Checklist
Merge Reviewer Checklist