-
|
e.g. For now, I use thanks |
Beta Was this translation helpful? Give feedback.
Answered by
jwoertink
Jun 17, 2025
Replies: 1 comment
-
|
The only way is to use script do
raw <<-JS
const pond = FilePond.create({
multiple: true,
name: "filepond",
});
JS
end |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zw963
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The only way is to use
raw.