[ 'name' => tra('Progressive Web Application Mode'), 'description' => tra('Allow Tiki to be used offline and be installed in a mobile device.'), 'help' => 'Enable-Progressive-Web-Application-Mode', 'warning' => tra('Experimental feature.
Only Wiki pages and Trackers are available offline for now.'), 'type' => 'flag', 'tags' => ['experimental'], 'default' => 'n', 'packages_required' => ['npm-asset/dexie' => VendorHelper::getAvailableVendorPath('dexie', 'npm-asset/dexie/dist/dexie.js')], ], 'pwa_cache_links' => [ 'name' => tra('Links to cache in PWA Mode'), 'description' => tra('List of links to be cached when PWA is enabled'), 'help' => 'Example: tiki-index.php?page=HomePage', 'warning' => tra('Experimental feature.'), 'type' => 'textarea', 'dependencies' => ['pwa_feature'], 'size' => 6, 'default' => '', ] ]; }