Advertisement
Guest User

Untitled

a guest
Apr 10th, 2017
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. {
  2. "id": 2,
  3. "name": "Main Menu",
  4. "slug": "main-menu",
  5. "description": "",
  6. "count": 2,
  7. "items": [
  8. {
  9. "id": 19,
  10. "order": 1,
  11. "parent": 0,
  12. "title": "Projects",
  13. "url": "http://localhost:8888/ember-wp/projects/",
  14. "attr": "",
  15. "target": "",
  16. "classes": "",
  17. "xfn": "",
  18. "description": "",
  19. "object_id": 17,
  20. "object": "page",
  21. "object_slug": "projects",
  22. "type": "post_type",
  23. "type_label": "Page"
  24. },
  25. {
  26. "id": 20,
  27. "order": 2,
  28. "parent": 0,
  29. "title": "Services",
  30. "url": "http://localhost:8888/ember-wp/services/",
  31. "attr": "",
  32. "target": "",
  33. "classes": "",
  34. "xfn": "",
  35. "description": "",
  36. "object_id": 15,
  37. "object": "page",
  38. "object_slug": "services",
  39. "type": "post_type",
  40. "type_label": "Page"
  41. }
  42. ],
  43. "meta": {
  44. "links": {
  45. "collection": "http://localhost:8888/ember-wp/wp-json/wp/v2/menus/",
  46. "self": "http://localhost:8888/ember-wp/wp-json/wp/v2/menus/2"
  47. }
  48. }
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement