@wp-playground/blueprints 3.0.18 → 3.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1300,7 +1300,8 @@ const schema11 = {
1300
1300
  properties: {
1301
1301
  relativeUri: {
1302
1302
  type: 'string',
1303
- description: 'Request path following the domain:port part.',
1303
+ description:
1304
+ 'Request path following the domain:port part – after any URL rewriting rules (e.g. apache .htaccess) have been applied.',
1304
1305
  },
1305
1306
  scriptPath: {
1306
1307
  type: 'string',
@@ -6932,7 +6933,8 @@ const schema34 = {
6932
6933
  properties: {
6933
6934
  relativeUri: {
6934
6935
  type: 'string',
6935
- description: 'Request path following the domain:port part.',
6936
+ description:
6937
+ 'Request path following the domain:port part – after any URL rewriting rules (e.g. apache .htaccess) have been applied.',
6936
6938
  },
6937
6939
  scriptPath: {
6938
6940
  type: 'string',
@@ -1585,7 +1585,7 @@
1585
1585
  "properties": {
1586
1586
  "relativeUri": {
1587
1587
  "type": "string",
1588
- "description": "Request path following the domain:port part."
1588
+ "description": "Request path following the domain:port part – after any URL rewriting rules (e.g. apache .htaccess) have been applied."
1589
1589
  },
1590
1590
  "scriptPath": {
1591
1591
  "type": "string",