Advertisement
Guest User

Untitled

a guest
Mar 13th, 2023
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [
  2.     {
  3.         "name": "new_richtext",
  4.         "type": "richText",
  5.         "label": "Rich Text",
  6.         "localized": true,
  7.         "hooks": {
  8.             "afterRead": [
  9.                 null
  10.             ]
  11.         },
  12.         "admin": {
  13.             "components": {}
  14.         }
  15.     },
  16.     {
  17.         "name": "image",
  18.         "label": "Image",
  19.         "type": "upload",
  20.         "relationTo": "media"
  21.     },
  22.     {
  23.         "name": "caption",
  24.         "type": "richText",
  25.         "label": "Caption",
  26.         "localized": true,
  27.         "hooks": {
  28.             "afterRead": [
  29.                 null
  30.             ]
  31.         },
  32.         "admin": {
  33.             "components": {}
  34.         }
  35.     }
  36. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement