background_batch.libraries.yml in Background Process 8
background_batch/background_batch.libraries.yml
File
background_batch/background_batch.libraries.ymlView source
- background-process.batch:
- title: 'Background batch API'
- version: 1.0.0
- js:
- /js/batch.js:
- group: 0
- cache: false
- dependencies:
- - background_batch/background-process.progress
- background-process.progress:
- title: 'Background batch progress'
- version: VERSION
- js:
- /js/progress.js:
- group: 0
- cache: false