Skip to content
Snippets Groups Projects

Issue #3513304 by mably: Generate a javascript file containing only the active services

Merged Issue #3513304 by mably: Generate a javascript file containing only the active services
Merged Frank Mably requested to merge issue/tacjs-3513304:3513304-use-a-javascript into 7.x
Files
8
@@ -7,6 +7,8 @@ tacjs.settings:
expire:
type: integer
label: 'Expire'
active:
type: tacjs_active
texts:
type: tacjs_texts
services:
@@ -287,6 +289,16 @@ tacjs_texts:
type: text
label: 'credit'
tacjs_active:
type: mapping
mapping:
generate:
type: boolean
label: 'Generate active services JS file'
suffix:
type: string
label: 'Suffix to add to the generated JS file'
tacjs_service:
type: mapping
label: 'TacJS services'
Loading