File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -84,9 +84,9 @@ You must pass a hash of configuration options to the plugin to cause the additio
8484- ` preload ` : a __ script matching pattern__ defining scripts that should have accompanying preload resource hints (default: ` [] ` );
8585- ` prefetch ` : a __ script matching pattern__ defining scripts that should have accompanying prefetch resource hints (default: ` [] ` );
8686- ` custom ` : a single hash or an array of hashes with the following structure:
87- - ` test ` : a ** script matching pattern** defining scripts that should have a custom attribute added;
88- - ` attribute ` : a ` String ` attribute to add;
89- - ` value ` : (optional) a ` String ` value for the attribute; if not set the attribute has no value set (equivalent of ` true ` ).
87+ - ` test ` : a ** script matching pattern** defining scripts that should have a custom attribute added;
88+ - ` attribute ` : a ` String ` attribute to add;
89+ - ` value ` : (optional) a ` String ` value for the attribute; if not set the attribute has no value set (equivalent of ` true ` ).
9090
9191A __ script matching pattern__ matches against a script's name. It can be one of:
9292- a ` String ` - matches if it is a substring of the script name;
You can’t perform that action at this time.
0 commit comments