테마
FILE_PICKER
- 파일을 업로드할 수 있어요.
- 업로드된 파일의 URL이 값으로 저장되어 다운로드 링크, 첨부파일 등에 사용할 수 있어요.
html
<template>
<a href="{{property.myFile}}" download>파일 다운로드</a>
</template>jsx
"myFile": "https://example.org/file.pdf"