Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.83 KB | None | 0 0
  1. {
  2. "ContentItemId": "4qtmh5e52nhxr17yq3anzwtanr",
  3. "ContentItemVersionId": "45nvc0qanm6btx35k27zqrpada",
  4. "ContentType": "ProductsPage",
  5. "DisplayText": "Products",
  6. "Latest": false,
  7. "Published": false,
  8. "ModifiedUtc": "2019-04-06T06:18:21.440945Z",
  9. "PublishedUtc": "2019-04-06T06:18:21.51557Z",
  10. "CreatedUtc": "2019-04-06T05:26:05.607156Z",
  11. "Owner": "my-admin-name",
  12. "Author": "my-admin-name",
  13. "ProductsPage": {},
  14. "LiquidPart": {
  15. "Liquid": "<div class='products'>\r\n <h1>What Can You Find at Anchors N More?</h1>\r\n <p>We stock everything that a seagoing salt needs for an extended voyage. Our stock is always updated online, so you can be sure of availability.</p>\r\n <h2>Need Something you don't see here?</h2>\r\n <p>No problem! We have the knowledge and the connections to get you what you need quick</p>\r\n <div class='product-list'>\r\n {% for productCategory in Model.ContentItem.Content.ProductCategories.ContentItems %}\r\n \t<div class='product-category'>\r\n {{ productCategory.Name }}\r\n {% for product in productCategory.Products.ContentItems %}\r\n <div class='product'>\r\n {{ product.Name }}\r\n </div>\r\n {% endfor %}\r\n \t</div>\r\n {% endfor %}\r\n </div>\r\n</div>"
  16. },
  17. "ListPart": {
  18. "FeedProxyUrl": null,
  19. "FeedItemsCount": 20
  20. },
  21. "AutoroutePart": {
  22. "Path": "products",
  23. "SetHomepage": false
  24. },
  25. "TitlePart": {
  26. "Title": "Products"
  27. },
  28. "ProductCategories": {
  29. "ContentItems": [
  30. {
  31. "ContentItemId": "4sdhych9hettb762hayfd20jmq",
  32. "ContentItemVersionId": null,
  33. "ContentType": "ProductCategory",
  34. "DisplayText": null,
  35. "Latest": false,
  36. "Published": false,
  37. "ModifiedUtc": "2019-04-06T06:18:21.489534Z",
  38. "PublishedUtc": null,
  39. "CreatedUtc": null,
  40. "Owner": null,
  41. "Author": "my-admin-name",
  42. "ProductCategory": {
  43. "Name": {
  44. "Text": "Anchors"
  45. }
  46. },
  47. "Products": {
  48. "ContentItems": [
  49. {
  50. "ContentItemId": "4yxxdjskpydafwavtn6btfq1m2",
  51. "ContentItemVersionId": null,
  52. "ContentType": "Product",
  53. "DisplayText": null,
  54. "Latest": false,
  55. "Published": false,
  56. "ModifiedUtc": "2019-04-06T06:18:21.501214Z",
  57. "PublishedUtc": null,
  58. "CreatedUtc": null,
  59. "Owner": null,
  60. "Author": "my-admin-name",
  61. "Product": {
  62. "Name": {
  63. "Text": "Giant Anchor"
  64. },
  65. "Manufacturer": {
  66. "Text": "Vigor Industrial"
  67. },
  68. "PricePerUnit": {
  69. "Text": "$10,000 / Each"
  70. },
  71. "Description": {
  72. "Value": false
  73. },
  74. "Image": {
  75. "Paths": []
  76. }
  77. },
  78. "HtmlBodyPart": {
  79. "Html": null
  80. }
  81. }
  82. ]
  83. }
  84. }
  85. ]
  86. }
  87. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement