Skip to content

Commit

Permalink
Strapi: Make VideoImage's subtitle RichText (#533)
Browse files Browse the repository at this point in the history
Co-authored-by: Simone Salsi <[email protected]>
  • Loading branch information
simosalsi and Simone Salsi authored Jan 13, 2025
1 parent d9aae50 commit 6697c82
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/sharp-weeks-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"strapi-cms": patch
---

Make VideoImage's subtitle Rich Text
7 changes: 3 additions & 4 deletions apps/strapi-cms/src/components/sections/video-image.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
"type": "string",
"required": false
},
"subtitle": {
"type": "text",
"required": false
},
"image": {
"type": "media",
"multiple": false,
Expand Down Expand Up @@ -57,6 +53,9 @@
"allowedTypes": [
"images"
]
},
"subtitle": {
"type": "richtext"
}
}
}

0 comments on commit 6697c82

Please sign in to comment.