File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ posthtml([
4040
4141### ` parameters `
4242
43+ Type: ` Object ` \
4344Default: ` undefined `
4445
4546Object containing parameter name (key) and its value.
@@ -64,6 +65,7 @@ posthtml([
6465
6566### ` tags `
6667
68+ Type: ` Array ` \
6769Default: ` [a] `
6870
6971Array of tag names to process.
@@ -125,6 +127,7 @@ posthtml([
125127
126128### ` strict `
127129
130+ Type: ` Boolean ` \
128131Default: ` false `
129132
130133By default, the plugin will append query parameters only to valid URLs.
@@ -149,6 +152,7 @@ posthtml([
149152
150153### ` qs `
151154
155+ Type: ` Object ` \
152156Default: ` undefined `
153157
154158Options to pass to ` query-string ` - see available options [ here] ( https://github.com/sindresorhus/query-string#stringifyobject-options ) .
You can’t perform that action at this time.
0 commit comments