See TextInputStoreOptions for configuration options.
import { locale } from 'filepond/locales/en-gb.js';
import { TextInputStore } from 'filepond/extensions/text-input-store.js';
defineFilePond({
extensions: [
// Load the BlobLoader extension
[TextInputStore, {
// The BlobLoader properties
}]
]
})