-
Notifications
You must be signed in to change notification settings - Fork 228
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
3.19 - Preload Fonts - User Interface part #7239
Comments
Scope a solutionAbout the setting page layout, Then to create a new checkbox: 'auto_preload_fonts' => [
'type' => 'checkbox',
'label' => __( 'Preload Fonts', 'rocket' ),
'section' => 'font_optimization_section',
'page' => 'media',
'default' => 0,
'sanitize_callback' => 'sanitize_checkbox',
], before this. In case we need to hide the wp-rocket/inc/Engine/Admin/Settings/Page.php Line 2098 in 3a73b77
Then, on WP Rocket upgrade, if However, @piotrbak I don't see in the notion any mention of the description of this new checkbox. I can see there is one on this screenshot: https://www.notion.so/wpmedia/Preload-fonts-126ed22a22f0808ba45ad3673c2c176b?pvs=4#17ced22a22f08080a661d0c15b0c75d6 |
@Miraeld Pinged Cami about the docs, we should get the answer very soon. If not, we can create a subtask in order not to block the issue and not to forget about it |
@piotrbak if preload fonts fields was not empty after update this would be checked automatically right? |
Yes, that's a part of the different story. But can be included here if that's a very quick one |
I don't think we will be using the same id as the |
Totally agree with @jeawhanlee we need to name it differently, |
@Miraeld can you update the grooming to reflect this? Thanks |
@jeawhanlee @wordpressfan I've updated the grooming |
@Miraeld We will not handle that in this task as we have it in another according to @piotrbak here so we can take it out of the grooming. Other than that LGTM, once grooming is updated, you can move it to ToDo. Thanks |
@jeawhanlee as Piotr said
It is a quick one in a way, it could be included here. Don't you think ? |
Ok, Then |
User Story
As an admin, I want to see the new UI of preload fonts so that I can enable the feature
Acceptance Criteria
The text was updated successfully, but these errors were encountered: