Issue #3384272: Allow to validate Apache/Nginx configuration requirement for aggregation folder before enabling aggregation.
1 unresolved thread
Merge request reports
Activity
added 767 commits
-
d6d399cc...02f3e0c3 - 763 commits from branch
project:11.x
- 30f6cf67 - Provide validation button at performance page
- 2039d45d - Fix CSpell issue
- 08c5100d - Fix prettier issue
- 851abd73 - Get rid of redundant UI elements
Toggle commit list-
d6d399cc...02f3e0c3 - 763 commits from branch
144 144 ]; 145 145 146 146 $form['bandwidth_optimization']['preprocess_css'] = [ 147 '#prefix' => '<div data-assets-validate-messages></div>', 147 148 '#type' => 'checkbox', 148 149 '#title' => $this->t('Aggregate CSS files'), 149 150 '#config_target' => 'system.performance:css.preprocess', 150 151 '#disabled' => $disabled, 152 '#attached' => ['library' => ['system/assets.validate']], 153 '#attributes' => [ 154 'data-performance-assets-validate-path' => Url::fromRoute( 155 'system.css_asset', 156 ['file_name' => '_validate.css']
Please register or sign in to reply