Guest User

Untitled

a guest
Jun 1st, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. Array
  2. (
  3. [1] => Array
  4. (
  5. [id] => 1
  6. [handle] => description
  7. [name] => Entries Description
  8. [instructions] =>
  9. [type] => craft\fields\PlainText
  10. )
  11.  
  12. [2] => Array
  13. (
  14. [id] => 2
  15. [handle] => price
  16. [name] => Price
  17. [instructions] =>
  18. [type] => craft\fields\Number
  19. )
  20.  
  21. [3] => Array
  22. (
  23. [id] => 3
  24. [handle] => catname
  25. [name] => Cat Name
  26. [instructions] =>
  27. [type] => craft\fields\Categories
  28. )
  29.  
  30. [5] => Array
  31. (
  32. [id] => 5
  33. [handle] => featured
  34. [name] => featured
  35. [instructions] =>
  36. [type] => craft\fields\Lightswitch
  37. )
  38.  
  39. [6] => Array
  40. (
  41. [id] => 6
  42. [handle] => productColor
  43. [name] => Product Color
  44. [instructions] =>
  45. [type] => craft\fields\Color
  46. )
  47.  
  48. [7] => Array
  49. (
  50. [id] => 7
  51. [handle] => propType
  52. [name] => Prop Type
  53. [instructions] =>
  54. [type] => craft\fields\RadioButtons
  55. )
  56.  
  57. [8] => Array
  58. (
  59. [id] => 8
  60. [handle] => whatIsTrending
  61. [name] => What is trending
  62. [instructions] =>
  63. [type] => craft\fields\Tags
  64. )
  65.  
  66. [9] => Array
  67. (
  68. [id] => 9
  69. [handle] => someNumberField
  70. [name] => some number field
  71. [instructions] =>
  72. [type] => craft\fields\Number
  73. )
  74.  
  75. [10] => Array
  76. (
  77. [id] => 10
  78. [handle] => blogTag
  79. [name] => BLOG TAG
  80. [instructions] =>
  81. [type] => craft\fields\Tags
  82. )
  83.  
  84. )
Add Comment
Please, Sign In to add comment