Skip to content

Commit

Permalink
Alinea content update
Browse files Browse the repository at this point in the history
update
Co-authored-by: Ben [email protected]
  • Loading branch information
alinea-cloud[bot] authored and benmerckx committed Nov 28, 2023
1 parent 4ab5b06 commit 9f7e7be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/content/pages/docs/fields/image.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
{
"id": "YCDn4dBOi-_bHy32PAqzU",
"type": "CodeBlock",
"code": "import alinea from 'alinea'\n\nalinea.image('Image link')",
"code": "import alinea from 'alinea'\n\nalinea.image('Single image link')\n\nalinea.image.multiple('Multiple image links')",
"fileName": "",
"language": "",
"compact": false
},
{
"id": "D6afYJyRzrcvfZy1mTq5L",
"type": "ExampleBlock",
"code": "export default alinea.type('Image field', {\n image: alinea.image('Image link')\n})"
"code": "export default alinea.type('Image field', {\n image: alinea.image('Single image link'),\n imageMultiple: alinea.image.multiple('Multiple image links')\n})"
}
],
"metadata": {
Expand Down

0 comments on commit 9f7e7be

Please sign in to comment.