We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc78f6 commit 82af8d9Copy full SHA for 82af8d9
adminforth/documentation/docs/tutorial/07-Plugins/04-RichEditor.md
@@ -227,12 +227,7 @@ export default {
227
filePath: ({ originalFilename, originalExtension, contentType }) =>
228
`description_images/${new Date().getFullYear()}/${uuid()}/${originalFilename}.${originalExtension}`,
229
230
- preview: {
231
- // Used to display preview (if it is image) in list and show views instead of just path
232
- // previewUrl: ({s3Path}) => `https://tmpbucket-adminforth.s3.eu-central-1.amazonaws.com/${s3Path}`,
233
- // show image preview instead of path in list view
234
- // showInList: false,
235
- },
+
236
}),
237
],
238
} as AdminForthResourceInput;
0 commit comments