Advertisement
Guest User

Untitled

a guest
Mar 25th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. export const PAGES_LIST_TWEAKS = {
  2. "value": [
  3. {
  4. "Name": "PageLocationColumn",
  5. "ColumnOrdinal": 0,
  6. "Id": "00000000-0000-0000-0000-000000000000",
  7. "Title": "Status / Page / Location",
  8. "ShowInGrid": true,
  9. "GridEditorCssClass": null
  10. },
  11. {
  12. "Name": "Marketing",
  13. "ColumnOrdinal": 1,
  14. "Id": "00000000-0000-0000-0000-000000000000",
  15. "Title": "",
  16. "ShowInGrid": true,
  17. "GridEditorCssClass": null
  18. },
  19. {
  20. "Name": "Translations",
  21. "ColumnOrdinal": 2,
  22. "Id": "00000000-0000-0000-0000-000000000000",
  23. "Title": "Translations",
  24. "ShowInGrid": true,
  25. "GridEditorCssClass": null
  26. },
  27. {
  28. "Name": "ViewColumn",
  29. "ColumnOrdinal": 3,
  30. "Id": "00000000-0000-0000-0000-000000000000",
  31. "Title": " ",
  32. "ShowInGrid": true,
  33. "GridEditorCssClass": null
  34. },
  35. {
  36. "Name": "ActionsLinkText",
  37. "ColumnOrdinal": 4,
  38. "Id": "00000000-0000-0000-0000-000000000000",
  39. "Title": "Actions",
  40. "ShowInGrid": true,
  41. "GridEditorCssClass": null
  42. },
  43. {
  44. "Name": "GoogleStats",
  45. "ColumnOrdinal": 5,
  46. "Id": "00000000-0000-0000-0000-000000000000",
  47. "Title": "Analytics...",
  48. "ShowInGrid": true,
  49. "GridEditorCssClass": null
  50. },
  51. {
  52. "Name": "DateCreated",
  53. "ColumnOrdinal": 6,
  54. "Id": "00000000-0000-0000-0000-000000000000",
  55. "Title": "Created on",
  56. "ShowInGrid": true,
  57. "GridEditorCssClass": null
  58. }
  59. ]
  60. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement