mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
add persistent template notifications -> bump flasher-js to v0.6.1
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
return array(
|
||||
'default' => 'template',
|
||||
|
||||
'root_script' => 'https://cdn.jsdelivr.net/npm/@flasher/flasher@0.5.0/dist/flasher.min.js',
|
||||
'root_script' => 'https://cdn.jsdelivr.net/npm/@flasher/flasher@0.6.1/dist/flasher.min.js',
|
||||
|
||||
'template_factory' => array(
|
||||
'default' => 'tailwindcss',
|
||||
|
||||
@@ -29,7 +29,7 @@ final class Configuration implements ConfigurationInterface
|
||||
->defaultValue('template')
|
||||
->end()
|
||||
->scalarNode('root_script')
|
||||
->defaultValue('https://cdn.jsdelivr.net/npm/@flasher/flasher@0.5.0/dist/flasher.min.js')
|
||||
->defaultValue('https://cdn.jsdelivr.net/npm/@flasher/flasher@0.6.1/dist/flasher.min.js')
|
||||
->end()
|
||||
->arrayNode('root_scripts')
|
||||
->prototype('scalar')->end()
|
||||
|
||||
@@ -14,7 +14,7 @@ class ConfigurationTest extends TestCase
|
||||
|
||||
$expected = array(
|
||||
'default' => 'template',
|
||||
'root_script' => 'https://cdn.jsdelivr.net/npm/@flasher/flasher@0.5.0/dist/flasher.min.js',
|
||||
'root_script' => 'https://cdn.jsdelivr.net/npm/@flasher/flasher@0.6.1/dist/flasher.min.js',
|
||||
'root_scripts' => array(),
|
||||
'template_factory' => array(
|
||||
'default' => 'tailwindcss',
|
||||
|
||||
Reference in New Issue
Block a user