@wordpress/e2e-tests 7.20.0 → 7.21.1

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.
Files changed (52) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/package.json +9 -8
  3. package/plugins/interactive-blocks/directive-bind/render.php +1 -1
  4. package/plugins/interactive-blocks/directive-body/render.php +1 -1
  5. package/plugins/interactive-blocks/directive-class/render.php +1 -1
  6. package/plugins/interactive-blocks/directive-context/render.php +2 -2
  7. package/plugins/interactive-blocks/directive-context/view.js +10 -6
  8. package/plugins/interactive-blocks/{directive-slots → directive-each}/block.json +3 -3
  9. package/plugins/interactive-blocks/directive-each/render.php +226 -0
  10. package/plugins/interactive-blocks/directive-each/view.js +192 -0
  11. package/plugins/interactive-blocks/directive-init/render.php +1 -1
  12. package/plugins/interactive-blocks/directive-key/render.php +2 -2
  13. package/plugins/interactive-blocks/directive-key/view.js +7 -4
  14. package/plugins/interactive-blocks/directive-on/render.php +1 -1
  15. package/plugins/interactive-blocks/directive-on-document/block.json +15 -0
  16. package/plugins/interactive-blocks/directive-on-document/render.php +29 -0
  17. package/plugins/interactive-blocks/directive-on-document/view.js +39 -0
  18. package/plugins/interactive-blocks/directive-on-window/block.json +15 -0
  19. package/plugins/interactive-blocks/directive-on-window/render.php +26 -0
  20. package/plugins/interactive-blocks/directive-on-window/view.js +39 -0
  21. package/plugins/interactive-blocks/directive-priorities/render.php +1 -1
  22. package/plugins/interactive-blocks/directive-run/block.json +15 -0
  23. package/plugins/interactive-blocks/directive-run/render.php +54 -0
  24. package/plugins/interactive-blocks/directive-run/view.js +110 -0
  25. package/plugins/interactive-blocks/directive-style/render.php +1 -1
  26. package/plugins/interactive-blocks/directive-text/render.php +15 -1
  27. package/plugins/interactive-blocks/directive-text/view.js +4 -1
  28. package/plugins/interactive-blocks/directive-watch/render.php +1 -1
  29. package/plugins/interactive-blocks/negation-operator/render.php +1 -1
  30. package/plugins/interactive-blocks/router-navigate/render.php +2 -2
  31. package/plugins/interactive-blocks/router-navigate/view.js +5 -2
  32. package/plugins/interactive-blocks/router-regions/render.php +4 -4
  33. package/plugins/interactive-blocks/router-regions/view.js +5 -2
  34. package/plugins/interactive-blocks/store-tag/render.php +3 -3
  35. package/plugins/interactive-blocks/tovdom/render.php +1 -1
  36. package/plugins/interactive-blocks/tovdom-islands/render.php +1 -1
  37. package/plugins/interactive-blocks/with-scope/block.json +15 -0
  38. package/plugins/interactive-blocks/with-scope/render.php +14 -0
  39. package/plugins/interactive-blocks/with-scope/view.js +20 -0
  40. package/plugins/interactive-blocks.php +19 -10
  41. package/specs/editor/various/__snapshots__/pattern-blocks.test.js.snap +0 -6
  42. package/specs/editor/various/pattern-blocks.test.js +8 -117
  43. package/plugins/dataviews.php +0 -25
  44. package/plugins/interactive-blocks/directive-slots/render.php +0 -69
  45. package/plugins/interactive-blocks/directive-slots/view.js +0 -20
  46. package/specs/editor/fixtures/menu-items-request-fixture.json +0 -84
  47. package/specs/editor/fixtures/menu-items-response-fixture.json +0 -1261
  48. package/specs/editor/various/__snapshots__/block-grouping.test.js.snap +0 -115
  49. package/specs/editor/various/__snapshots__/embedding.test.js.snap +0 -67
  50. package/specs/editor/various/block-grouping.test.js +0 -283
  51. package/specs/editor/various/embedding.test.js +0 -303
  52. package/specs/editor/various/typewriter.test.js +0 -260
@@ -1,1261 +0,0 @@
1
- [
2
- {
3
- "id": 94,
4
- "title": {
5
- "raw": "Home",
6
- "rendered": "Home"
7
- },
8
- "status": "publish",
9
- "url": "http://localhost:8889/",
10
- "attr_title": "",
11
- "description": "",
12
- "type": "custom",
13
- "type_label": "Custom Link",
14
- "object": "custom",
15
- "object_id": 94,
16
- "parent": 0,
17
- "menu_order": 1,
18
- "target": "",
19
- "classes": [ "" ],
20
- "xfn": [ "" ],
21
- "meta": [],
22
- "menus": [ 23 ],
23
- "_links": {
24
- "self": [
25
- {
26
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/94"
27
- }
28
- ],
29
- "collection": [
30
- {
31
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items"
32
- }
33
- ],
34
- "about": [
35
- {
36
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/types/nav_menu_item"
37
- }
38
- ],
39
- "wp:term": [
40
- {
41
- "taxonomy": "nav_menu",
42
- "embeddable": true,
43
- "href": "http://localhost:8889/index.php?rest_route=%2Fwp%2Fv2%2Fmenus&post=94"
44
- }
45
- ],
46
- "wp:action-publish": [
47
- {
48
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/94"
49
- }
50
- ],
51
- "wp:action-unfiltered-html": [
52
- {
53
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/94"
54
- }
55
- ],
56
- "wp:action-create-menus": [
57
- {
58
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/94"
59
- }
60
- ],
61
- "wp:action-assign-menus": [
62
- {
63
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/94"
64
- }
65
- ],
66
- "curies": [
67
- {
68
- "name": "wp",
69
- "href": "https://api.w.org/{rel}",
70
- "templated": true
71
- }
72
- ]
73
- }
74
- },
75
- {
76
- "id": 95,
77
- "title": {
78
- "raw": "",
79
- "rendered": "Accusamus quo repellat illum magnam quas"
80
- },
81
- "status": "publish",
82
- "url": "http://localhost:8889/?page_id=41",
83
- "attr_title": "",
84
- "description": "",
85
- "type": "post_type",
86
- "type_label": "Page",
87
- "object": "page",
88
- "object_id": 41,
89
- "parent": 0,
90
- "menu_order": 2,
91
- "target": "",
92
- "classes": [ "" ],
93
- "xfn": [ "" ],
94
- "meta": [],
95
- "menus": [ 23 ],
96
- "_links": {
97
- "self": [
98
- {
99
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/95"
100
- }
101
- ],
102
- "collection": [
103
- {
104
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items"
105
- }
106
- ],
107
- "about": [
108
- {
109
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/types/nav_menu_item"
110
- }
111
- ],
112
- "wp:term": [
113
- {
114
- "taxonomy": "nav_menu",
115
- "embeddable": true,
116
- "href": "http://localhost:8889/index.php?rest_route=%2Fwp%2Fv2%2Fmenus&post=95"
117
- }
118
- ],
119
- "wp:object": [
120
- {
121
- "post_type": "post_type",
122
- "embeddable": true,
123
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/pages/41"
124
- }
125
- ],
126
- "wp:action-publish": [
127
- {
128
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/95"
129
- }
130
- ],
131
- "wp:action-unfiltered-html": [
132
- {
133
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/95"
134
- }
135
- ],
136
- "wp:action-create-menus": [
137
- {
138
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/95"
139
- }
140
- ],
141
- "wp:action-assign-menus": [
142
- {
143
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/95"
144
- }
145
- ],
146
- "curies": [
147
- {
148
- "name": "wp",
149
- "href": "https://api.w.org/{rel}",
150
- "templated": true
151
- }
152
- ]
153
- }
154
- },
155
- {
156
- "id": 96,
157
- "title": {
158
- "raw": "",
159
- "rendered": "Debitis cum consequatur sit doloremque"
160
- },
161
- "status": "publish",
162
- "url": "http://localhost:8889/?page_id=51",
163
- "attr_title": "",
164
- "description": "",
165
- "type": "post_type",
166
- "type_label": "Page",
167
- "object": "page",
168
- "object_id": 51,
169
- "parent": 95,
170
- "menu_order": 3,
171
- "target": "",
172
- "classes": [ "" ],
173
- "xfn": [ "" ],
174
- "meta": [],
175
- "menus": [ 23 ],
176
- "_links": {
177
- "self": [
178
- {
179
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/96"
180
- }
181
- ],
182
- "collection": [
183
- {
184
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items"
185
- }
186
- ],
187
- "about": [
188
- {
189
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/types/nav_menu_item"
190
- }
191
- ],
192
- "wp:term": [
193
- {
194
- "taxonomy": "nav_menu",
195
- "embeddable": true,
196
- "href": "http://localhost:8889/index.php?rest_route=%2Fwp%2Fv2%2Fmenus&post=96"
197
- }
198
- ],
199
- "wp:object": [
200
- {
201
- "post_type": "post_type",
202
- "embeddable": true,
203
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/pages/51"
204
- }
205
- ],
206
- "wp:action-publish": [
207
- {
208
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/96"
209
- }
210
- ],
211
- "wp:action-unfiltered-html": [
212
- {
213
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/96"
214
- }
215
- ],
216
- "wp:action-create-menus": [
217
- {
218
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/96"
219
- }
220
- ],
221
- "wp:action-assign-menus": [
222
- {
223
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/96"
224
- }
225
- ],
226
- "curies": [
227
- {
228
- "name": "wp",
229
- "href": "https://api.w.org/{rel}",
230
- "templated": true
231
- }
232
- ]
233
- }
234
- },
235
- {
236
- "id": 97,
237
- "title": {
238
- "raw": "",
239
- "rendered": "Est ea vero non nihil officiis in"
240
- },
241
- "status": "publish",
242
- "url": "http://localhost:8889/?page_id=53",
243
- "attr_title": "",
244
- "description": "",
245
- "type": "post_type",
246
- "type_label": "Page",
247
- "object": "page",
248
- "object_id": 53,
249
- "parent": 0,
250
- "menu_order": 4,
251
- "target": "",
252
- "classes": [ "" ],
253
- "xfn": [ "" ],
254
- "meta": [],
255
- "menus": [ 23 ],
256
- "_links": {
257
- "self": [
258
- {
259
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/97"
260
- }
261
- ],
262
- "collection": [
263
- {
264
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items"
265
- }
266
- ],
267
- "about": [
268
- {
269
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/types/nav_menu_item"
270
- }
271
- ],
272
- "wp:term": [
273
- {
274
- "taxonomy": "nav_menu",
275
- "embeddable": true,
276
- "href": "http://localhost:8889/index.php?rest_route=%2Fwp%2Fv2%2Fmenus&post=97"
277
- }
278
- ],
279
- "wp:object": [
280
- {
281
- "post_type": "post_type",
282
- "embeddable": true,
283
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/pages/53"
284
- }
285
- ],
286
- "wp:action-publish": [
287
- {
288
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/97"
289
- }
290
- ],
291
- "wp:action-unfiltered-html": [
292
- {
293
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/97"
294
- }
295
- ],
296
- "wp:action-create-menus": [
297
- {
298
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/97"
299
- }
300
- ],
301
- "wp:action-assign-menus": [
302
- {
303
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/97"
304
- }
305
- ],
306
- "curies": [
307
- {
308
- "name": "wp",
309
- "href": "https://api.w.org/{rel}",
310
- "templated": true
311
- }
312
- ]
313
- }
314
- },
315
- {
316
- "id": 98,
317
- "title": {
318
- "raw": "",
319
- "rendered": "Fuga odio quis tempora"
320
- },
321
- "status": "publish",
322
- "url": "http://localhost:8889/?page_id=56",
323
- "attr_title": "",
324
- "description": "",
325
- "type": "post_type",
326
- "type_label": "Page",
327
- "object": "page",
328
- "object_id": 56,
329
- "parent": 97,
330
- "menu_order": 5,
331
- "target": "",
332
- "classes": [ "" ],
333
- "xfn": [ "" ],
334
- "meta": [],
335
- "menus": [ 23 ],
336
- "_links": {
337
- "self": [
338
- {
339
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/98"
340
- }
341
- ],
342
- "collection": [
343
- {
344
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items"
345
- }
346
- ],
347
- "about": [
348
- {
349
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/types/nav_menu_item"
350
- }
351
- ],
352
- "wp:term": [
353
- {
354
- "taxonomy": "nav_menu",
355
- "embeddable": true,
356
- "href": "http://localhost:8889/index.php?rest_route=%2Fwp%2Fv2%2Fmenus&post=98"
357
- }
358
- ],
359
- "wp:object": [
360
- {
361
- "post_type": "post_type",
362
- "embeddable": true,
363
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/pages/56"
364
- }
365
- ],
366
- "wp:action-publish": [
367
- {
368
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/98"
369
- }
370
- ],
371
- "wp:action-unfiltered-html": [
372
- {
373
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/98"
374
- }
375
- ],
376
- "wp:action-create-menus": [
377
- {
378
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/98"
379
- }
380
- ],
381
- "wp:action-assign-menus": [
382
- {
383
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/98"
384
- }
385
- ],
386
- "curies": [
387
- {
388
- "name": "wp",
389
- "href": "https://api.w.org/{rel}",
390
- "templated": true
391
- }
392
- ]
393
- }
394
- },
395
- {
396
- "id": 99,
397
- "title": {
398
- "raw": "",
399
- "rendered": "In consectetur repellendus eveniet maiores aperiam"
400
- },
401
- "status": "publish",
402
- "url": "http://localhost:8889/?page_id=15",
403
- "attr_title": "",
404
- "description": "",
405
- "type": "post_type",
406
- "type_label": "Page",
407
- "object": "page",
408
- "object_id": 15,
409
- "parent": 98,
410
- "menu_order": 6,
411
- "target": "",
412
- "classes": [ "" ],
413
- "xfn": [ "" ],
414
- "meta": [],
415
- "menus": [ 23 ],
416
- "_links": {
417
- "self": [
418
- {
419
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/99"
420
- }
421
- ],
422
- "collection": [
423
- {
424
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items"
425
- }
426
- ],
427
- "about": [
428
- {
429
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/types/nav_menu_item"
430
- }
431
- ],
432
- "wp:term": [
433
- {
434
- "taxonomy": "nav_menu",
435
- "embeddable": true,
436
- "href": "http://localhost:8889/index.php?rest_route=%2Fwp%2Fv2%2Fmenus&post=99"
437
- }
438
- ],
439
- "wp:object": [
440
- {
441
- "post_type": "post_type",
442
- "embeddable": true,
443
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/pages/15"
444
- }
445
- ],
446
- "wp:action-publish": [
447
- {
448
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/99"
449
- }
450
- ],
451
- "wp:action-unfiltered-html": [
452
- {
453
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/99"
454
- }
455
- ],
456
- "wp:action-create-menus": [
457
- {
458
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/99"
459
- }
460
- ],
461
- "wp:action-assign-menus": [
462
- {
463
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/99"
464
- }
465
- ],
466
- "curies": [
467
- {
468
- "name": "wp",
469
- "href": "https://api.w.org/{rel}",
470
- "templated": true
471
- }
472
- ]
473
- }
474
- },
475
- {
476
- "id": 100,
477
- "title": {
478
- "raw": "",
479
- "rendered": "Mollitia maiores consequatur ea dolorem blanditiis"
480
- },
481
- "status": "publish",
482
- "url": "http://localhost:8889/?page_id=45",
483
- "attr_title": "",
484
- "description": "",
485
- "type": "post_type",
486
- "type_label": "Page",
487
- "object": "page",
488
- "object_id": 45,
489
- "parent": 99,
490
- "menu_order": 7,
491
- "target": "",
492
- "classes": [ "" ],
493
- "xfn": [ "" ],
494
- "meta": [],
495
- "menus": [ 23 ],
496
- "_links": {
497
- "self": [
498
- {
499
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/100"
500
- }
501
- ],
502
- "collection": [
503
- {
504
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items"
505
- }
506
- ],
507
- "about": [
508
- {
509
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/types/nav_menu_item"
510
- }
511
- ],
512
- "wp:term": [
513
- {
514
- "taxonomy": "nav_menu",
515
- "embeddable": true,
516
- "href": "http://localhost:8889/index.php?rest_route=%2Fwp%2Fv2%2Fmenus&post=100"
517
- }
518
- ],
519
- "wp:object": [
520
- {
521
- "post_type": "post_type",
522
- "embeddable": true,
523
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/pages/45"
524
- }
525
- ],
526
- "wp:action-publish": [
527
- {
528
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/100"
529
- }
530
- ],
531
- "wp:action-unfiltered-html": [
532
- {
533
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/100"
534
- }
535
- ],
536
- "wp:action-create-menus": [
537
- {
538
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/100"
539
- }
540
- ],
541
- "wp:action-assign-menus": [
542
- {
543
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/100"
544
- }
545
- ],
546
- "curies": [
547
- {
548
- "name": "wp",
549
- "href": "https://api.w.org/{rel}",
550
- "templated": true
551
- }
552
- ]
553
- }
554
- },
555
- {
556
- "id": 101,
557
- "title": {
558
- "raw": "",
559
- "rendered": "Necessitatibus nisi qui qui necessitatibus quaerat possimus"
560
- },
561
- "status": "publish",
562
- "url": "http://localhost:8889/?page_id=27",
563
- "attr_title": "",
564
- "description": "",
565
- "type": "post_type",
566
- "type_label": "Page",
567
- "object": "page",
568
- "object_id": 27,
569
- "parent": 100,
570
- "menu_order": 8,
571
- "target": "",
572
- "classes": [ "" ],
573
- "xfn": [ "" ],
574
- "meta": [],
575
- "menus": [ 23 ],
576
- "_links": {
577
- "self": [
578
- {
579
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/101"
580
- }
581
- ],
582
- "collection": [
583
- {
584
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items"
585
- }
586
- ],
587
- "about": [
588
- {
589
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/types/nav_menu_item"
590
- }
591
- ],
592
- "wp:term": [
593
- {
594
- "taxonomy": "nav_menu",
595
- "embeddable": true,
596
- "href": "http://localhost:8889/index.php?rest_route=%2Fwp%2Fv2%2Fmenus&post=101"
597
- }
598
- ],
599
- "wp:object": [
600
- {
601
- "post_type": "post_type",
602
- "embeddable": true,
603
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/pages/27"
604
- }
605
- ],
606
- "wp:action-publish": [
607
- {
608
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/101"
609
- }
610
- ],
611
- "wp:action-unfiltered-html": [
612
- {
613
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/101"
614
- }
615
- ],
616
- "wp:action-create-menus": [
617
- {
618
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/101"
619
- }
620
- ],
621
- "wp:action-assign-menus": [
622
- {
623
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/101"
624
- }
625
- ],
626
- "curies": [
627
- {
628
- "name": "wp",
629
- "href": "https://api.w.org/{rel}",
630
- "templated": true
631
- }
632
- ]
633
- }
634
- },
635
- {
636
- "id": 102,
637
- "title": {
638
- "raw": "",
639
- "rendered": "Nulla omnis autem dolores eligendi"
640
- },
641
- "status": "publish",
642
- "url": "http://localhost:8889/?page_id=43",
643
- "attr_title": "",
644
- "description": "",
645
- "type": "post_type",
646
- "type_label": "Page",
647
- "object": "page",
648
- "object_id": 43,
649
- "parent": 0,
650
- "menu_order": 9,
651
- "target": "",
652
- "classes": [ "" ],
653
- "xfn": [ "" ],
654
- "meta": [],
655
- "menus": [ 23 ],
656
- "_links": {
657
- "self": [
658
- {
659
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/102"
660
- }
661
- ],
662
- "collection": [
663
- {
664
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items"
665
- }
666
- ],
667
- "about": [
668
- {
669
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/types/nav_menu_item"
670
- }
671
- ],
672
- "wp:term": [
673
- {
674
- "taxonomy": "nav_menu",
675
- "embeddable": true,
676
- "href": "http://localhost:8889/index.php?rest_route=%2Fwp%2Fv2%2Fmenus&post=102"
677
- }
678
- ],
679
- "wp:object": [
680
- {
681
- "post_type": "post_type",
682
- "embeddable": true,
683
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/pages/43"
684
- }
685
- ],
686
- "wp:action-publish": [
687
- {
688
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/102"
689
- }
690
- ],
691
- "wp:action-unfiltered-html": [
692
- {
693
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/102"
694
- }
695
- ],
696
- "wp:action-create-menus": [
697
- {
698
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/102"
699
- }
700
- ],
701
- "wp:action-assign-menus": [
702
- {
703
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/102"
704
- }
705
- ],
706
- "curies": [
707
- {
708
- "name": "wp",
709
- "href": "https://api.w.org/{rel}",
710
- "templated": true
711
- }
712
- ]
713
- }
714
- },
715
- {
716
- "id": 103,
717
- "title": {
718
- "raw": "",
719
- "rendered": "Sample Page"
720
- },
721
- "status": "publish",
722
- "url": "http://localhost:8889/?page_id=2",
723
- "attr_title": "",
724
- "description": "",
725
- "type": "post_type",
726
- "type_label": "Page",
727
- "object": "page",
728
- "object_id": 2,
729
- "parent": 0,
730
- "menu_order": 10,
731
- "target": "",
732
- "classes": [ "" ],
733
- "xfn": [ "" ],
734
- "meta": [],
735
- "menus": [ 23 ],
736
- "_links": {
737
- "self": [
738
- {
739
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/103"
740
- }
741
- ],
742
- "collection": [
743
- {
744
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items"
745
- }
746
- ],
747
- "about": [
748
- {
749
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/types/nav_menu_item"
750
- }
751
- ],
752
- "wp:term": [
753
- {
754
- "taxonomy": "nav_menu",
755
- "embeddable": true,
756
- "href": "http://localhost:8889/index.php?rest_route=%2Fwp%2Fv2%2Fmenus&post=103"
757
- }
758
- ],
759
- "wp:object": [
760
- {
761
- "post_type": "post_type",
762
- "embeddable": true,
763
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/pages/2"
764
- }
765
- ],
766
- "wp:action-publish": [
767
- {
768
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/103"
769
- }
770
- ],
771
- "wp:action-unfiltered-html": [
772
- {
773
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/103"
774
- }
775
- ],
776
- "wp:action-create-menus": [
777
- {
778
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/103"
779
- }
780
- ],
781
- "wp:action-assign-menus": [
782
- {
783
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/103"
784
- }
785
- ],
786
- "curies": [
787
- {
788
- "name": "wp",
789
- "href": "https://api.w.org/{rel}",
790
- "templated": true
791
- }
792
- ]
793
- }
794
- },
795
- {
796
- "id": 104,
797
- "title": {
798
- "raw": "",
799
- "rendered": "Beatae qui labore voluptas eveniet officia quia voluptas qui porro sequi et aut est"
800
- },
801
- "status": "publish",
802
- "url": "http://localhost:8889/?cat=7",
803
- "attr_title": "",
804
- "description": "Ratione nemo ut aut ullam sed assumenda quis est exercitationem",
805
- "type": "taxonomy",
806
- "type_label": "Category",
807
- "object": "category",
808
- "object_id": 7,
809
- "parent": 0,
810
- "menu_order": 11,
811
- "target": "",
812
- "classes": [ "" ],
813
- "xfn": [ "" ],
814
- "meta": [],
815
- "menus": [ 23 ],
816
- "_links": {
817
- "self": [
818
- {
819
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/104"
820
- }
821
- ],
822
- "collection": [
823
- {
824
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items"
825
- }
826
- ],
827
- "about": [
828
- {
829
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/types/nav_menu_item"
830
- }
831
- ],
832
- "wp:term": [
833
- {
834
- "taxonomy": "nav_menu",
835
- "embeddable": true,
836
- "href": "http://localhost:8889/index.php?rest_route=%2Fwp%2Fv2%2Fmenus&post=104"
837
- }
838
- ],
839
- "wp:object": [
840
- {
841
- "taxonomy": "taxonomy",
842
- "embeddable": true,
843
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/categories/7"
844
- }
845
- ],
846
- "wp:action-publish": [
847
- {
848
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/104"
849
- }
850
- ],
851
- "wp:action-unfiltered-html": [
852
- {
853
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/104"
854
- }
855
- ],
856
- "wp:action-create-menus": [
857
- {
858
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/104"
859
- }
860
- ],
861
- "wp:action-assign-menus": [
862
- {
863
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/104"
864
- }
865
- ],
866
- "curies": [
867
- {
868
- "name": "wp",
869
- "href": "https://api.w.org/{rel}",
870
- "templated": true
871
- }
872
- ]
873
- }
874
- },
875
- {
876
- "id": 105,
877
- "title": {
878
- "raw": "",
879
- "rendered": "Et minus itaque velit tempore hic quisquam saepe quas asperiores"
880
- },
881
- "status": "publish",
882
- "url": "http://localhost:8889/?cat=19",
883
- "attr_title": "",
884
- "description": "Vel fuga enim rerum perspiciatis sapiente mollitia magni ut molestiae labore quae quia quia libero perspiciatis voluptatem quidem deleniti eveniet laboriosam doloribus dolor laborum accusantium modi ducimus itaque rerum cum nostrum",
885
- "type": "taxonomy",
886
- "type_label": "Category",
887
- "object": "category",
888
- "object_id": 19,
889
- "parent": 104,
890
- "menu_order": 12,
891
- "target": "",
892
- "classes": [ "" ],
893
- "xfn": [ "" ],
894
- "meta": [],
895
- "menus": [ 23 ],
896
- "_links": {
897
- "self": [
898
- {
899
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/105"
900
- }
901
- ],
902
- "collection": [
903
- {
904
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items"
905
- }
906
- ],
907
- "about": [
908
- {
909
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/types/nav_menu_item"
910
- }
911
- ],
912
- "wp:term": [
913
- {
914
- "taxonomy": "nav_menu",
915
- "embeddable": true,
916
- "href": "http://localhost:8889/index.php?rest_route=%2Fwp%2Fv2%2Fmenus&post=105"
917
- }
918
- ],
919
- "wp:object": [
920
- {
921
- "taxonomy": "taxonomy",
922
- "embeddable": true,
923
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/categories/19"
924
- }
925
- ],
926
- "wp:action-publish": [
927
- {
928
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/105"
929
- }
930
- ],
931
- "wp:action-unfiltered-html": [
932
- {
933
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/105"
934
- }
935
- ],
936
- "wp:action-create-menus": [
937
- {
938
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/105"
939
- }
940
- ],
941
- "wp:action-assign-menus": [
942
- {
943
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/105"
944
- }
945
- ],
946
- "curies": [
947
- {
948
- "name": "wp",
949
- "href": "https://api.w.org/{rel}",
950
- "templated": true
951
- }
952
- ]
953
- }
954
- },
955
- {
956
- "id": 106,
957
- "title": {
958
- "raw": "",
959
- "rendered": "Et quas a et mollitia et voluptas optio voluptate quia quo unde aut in nostrum iste impedit quisquam id aut"
960
- },
961
- "status": "publish",
962
- "url": "http://localhost:8889/?cat=6",
963
- "attr_title": "",
964
- "description": "Quas sit labore earum omnis eos sint iste est possimus harum aut soluta sint optio quos distinctio inventore voluptate non ut aliquam ad ut voluptates fugiat numquam magnam modi repellendus modi laudantium et debitis officia est voluptatum quidem unde molestiae animi vero fuga accusamus nam",
965
- "type": "taxonomy",
966
- "type_label": "Category",
967
- "object": "category",
968
- "object_id": 6,
969
- "parent": 105,
970
- "menu_order": 13,
971
- "target": "",
972
- "classes": [ "" ],
973
- "xfn": [ "" ],
974
- "meta": [],
975
- "menus": [ 23 ],
976
- "_links": {
977
- "self": [
978
- {
979
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/106"
980
- }
981
- ],
982
- "collection": [
983
- {
984
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items"
985
- }
986
- ],
987
- "about": [
988
- {
989
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/types/nav_menu_item"
990
- }
991
- ],
992
- "wp:term": [
993
- {
994
- "taxonomy": "nav_menu",
995
- "embeddable": true,
996
- "href": "http://localhost:8889/index.php?rest_route=%2Fwp%2Fv2%2Fmenus&post=106"
997
- }
998
- ],
999
- "wp:object": [
1000
- {
1001
- "taxonomy": "taxonomy",
1002
- "embeddable": true,
1003
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/categories/6"
1004
- }
1005
- ],
1006
- "wp:action-publish": [
1007
- {
1008
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/106"
1009
- }
1010
- ],
1011
- "wp:action-unfiltered-html": [
1012
- {
1013
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/106"
1014
- }
1015
- ],
1016
- "wp:action-create-menus": [
1017
- {
1018
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/106"
1019
- }
1020
- ],
1021
- "wp:action-assign-menus": [
1022
- {
1023
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/106"
1024
- }
1025
- ],
1026
- "curies": [
1027
- {
1028
- "name": "wp",
1029
- "href": "https://api.w.org/{rel}",
1030
- "templated": true
1031
- }
1032
- ]
1033
- }
1034
- },
1035
- {
1036
- "id": 107,
1037
- "title": {
1038
- "raw": "",
1039
- "rendered": "Illo quis sit impedit itaque expedita earum deserunt magni doloremque velit eum id error"
1040
- },
1041
- "status": "publish",
1042
- "url": "http://localhost:8889/?cat=16",
1043
- "attr_title": "",
1044
- "description": "Doloremque vero sunt officiis iste voluptatibus voluptas molestiae sint asperiores recusandae amet praesentium et explicabo nesciunt similique voluptatum laudantium amet officiis quas distinctio quis enim nihil tempora",
1045
- "type": "taxonomy",
1046
- "type_label": "Category",
1047
- "object": "category",
1048
- "object_id": 16,
1049
- "parent": 106,
1050
- "menu_order": 14,
1051
- "target": "",
1052
- "classes": [ "" ],
1053
- "xfn": [ "" ],
1054
- "meta": [],
1055
- "menus": [ 23 ],
1056
- "_links": {
1057
- "self": [
1058
- {
1059
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/107"
1060
- }
1061
- ],
1062
- "collection": [
1063
- {
1064
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items"
1065
- }
1066
- ],
1067
- "about": [
1068
- {
1069
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/types/nav_menu_item"
1070
- }
1071
- ],
1072
- "wp:term": [
1073
- {
1074
- "taxonomy": "nav_menu",
1075
- "embeddable": true,
1076
- "href": "http://localhost:8889/index.php?rest_route=%2Fwp%2Fv2%2Fmenus&post=107"
1077
- }
1078
- ],
1079
- "wp:object": [
1080
- {
1081
- "taxonomy": "taxonomy",
1082
- "embeddable": true,
1083
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/categories/16"
1084
- }
1085
- ],
1086
- "wp:action-publish": [
1087
- {
1088
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/107"
1089
- }
1090
- ],
1091
- "wp:action-unfiltered-html": [
1092
- {
1093
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/107"
1094
- }
1095
- ],
1096
- "wp:action-create-menus": [
1097
- {
1098
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/107"
1099
- }
1100
- ],
1101
- "wp:action-assign-menus": [
1102
- {
1103
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/107"
1104
- }
1105
- ],
1106
- "curies": [
1107
- {
1108
- "name": "wp",
1109
- "href": "https://api.w.org/{rel}",
1110
- "templated": true
1111
- }
1112
- ]
1113
- }
1114
- },
1115
- {
1116
- "id": 108,
1117
- "title": {
1118
- "raw": "WordPress.org",
1119
- "rendered": "WordPress.org"
1120
- },
1121
- "status": "publish",
1122
- "url": "https://wordpress.org",
1123
- "attr_title": "",
1124
- "description": "",
1125
- "type": "custom",
1126
- "type_label": "Custom Link",
1127
- "object": "custom",
1128
- "object_id": 108,
1129
- "parent": 0,
1130
- "menu_order": 15,
1131
- "target": "",
1132
- "classes": [ "" ],
1133
- "xfn": [ "" ],
1134
- "meta": [],
1135
- "menus": [ 23 ],
1136
- "_links": {
1137
- "self": [
1138
- {
1139
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/108"
1140
- }
1141
- ],
1142
- "collection": [
1143
- {
1144
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items"
1145
- }
1146
- ],
1147
- "about": [
1148
- {
1149
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/types/nav_menu_item"
1150
- }
1151
- ],
1152
- "wp:term": [
1153
- {
1154
- "taxonomy": "nav_menu",
1155
- "embeddable": true,
1156
- "href": "http://localhost:8889/index.php?rest_route=%2Fwp%2Fv2%2Fmenus&post=108"
1157
- }
1158
- ],
1159
- "wp:action-publish": [
1160
- {
1161
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/108"
1162
- }
1163
- ],
1164
- "wp:action-unfiltered-html": [
1165
- {
1166
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/108"
1167
- }
1168
- ],
1169
- "wp:action-create-menus": [
1170
- {
1171
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/108"
1172
- }
1173
- ],
1174
- "wp:action-assign-menus": [
1175
- {
1176
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/108"
1177
- }
1178
- ],
1179
- "curies": [
1180
- {
1181
- "name": "wp",
1182
- "href": "https://api.w.org/{rel}",
1183
- "templated": true
1184
- }
1185
- ]
1186
- }
1187
- },
1188
- {
1189
- "id": 109,
1190
- "title": {
1191
- "raw": "Google",
1192
- "rendered": "Google"
1193
- },
1194
- "status": "publish",
1195
- "url": "https://google.com",
1196
- "attr_title": "",
1197
- "description": "",
1198
- "type": "custom",
1199
- "type_label": "Custom Link",
1200
- "object": "custom",
1201
- "object_id": 109,
1202
- "parent": 108,
1203
- "menu_order": 16,
1204
- "target": "",
1205
- "classes": [ "" ],
1206
- "xfn": [ "" ],
1207
- "meta": [],
1208
- "menus": [ 23 ],
1209
- "_links": {
1210
- "self": [
1211
- {
1212
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/109"
1213
- }
1214
- ],
1215
- "collection": [
1216
- {
1217
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items"
1218
- }
1219
- ],
1220
- "about": [
1221
- {
1222
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/types/nav_menu_item"
1223
- }
1224
- ],
1225
- "wp:term": [
1226
- {
1227
- "taxonomy": "nav_menu",
1228
- "embeddable": true,
1229
- "href": "http://localhost:8889/index.php?rest_route=%2Fwp%2Fv2%2Fmenus&post=109"
1230
- }
1231
- ],
1232
- "wp:action-publish": [
1233
- {
1234
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/109"
1235
- }
1236
- ],
1237
- "wp:action-unfiltered-html": [
1238
- {
1239
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/109"
1240
- }
1241
- ],
1242
- "wp:action-create-menus": [
1243
- {
1244
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/109"
1245
- }
1246
- ],
1247
- "wp:action-assign-menus": [
1248
- {
1249
- "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/109"
1250
- }
1251
- ],
1252
- "curies": [
1253
- {
1254
- "name": "wp",
1255
- "href": "https://api.w.org/{rel}",
1256
- "templated": true
1257
- }
1258
- ]
1259
- }
1260
- }
1261
- ]