mirror of
https://github.com/flextype/flextype.git
synced 2025-08-05 20:57:41 +02:00
feat(core): add ability to set custom cache id string and settings cache…
This commit is contained in:
@@ -57,7 +57,7 @@ final class Textile
|
||||
protected function __construct()
|
||||
{
|
||||
$parser = new Parser();
|
||||
|
||||
|
||||
foreach (registry()->get('flextype.settings.parsers.textile') as $key => $value) {
|
||||
if ($key == 'cache') continue;
|
||||
if ($key == 'symbol') {
|
||||
|
@@ -622,7 +622,6 @@ parsers:
|
||||
cache:
|
||||
enabled: true
|
||||
string: ""
|
||||
cache_id_string: ""
|
||||
restricted: false
|
||||
document_type: 'xhtml'
|
||||
document_root_directory: ''
|
||||
|
3
tests/fixtures/settings/settings.yaml
vendored
3
tests/fixtures/settings/settings.yaml
vendored
@@ -439,7 +439,7 @@ router:
|
||||
|
||||
# Set to true to enable the Flextype CLI Application
|
||||
cli:
|
||||
enabled: true
|
||||
enabled: false
|
||||
|
||||
# Set to true to enable the Flextype Application
|
||||
app:
|
||||
@@ -622,7 +622,6 @@ parsers:
|
||||
cache:
|
||||
enabled: true
|
||||
string: ""
|
||||
cache_id_string: ""
|
||||
restricted: false
|
||||
document_type: 'xhtml'
|
||||
document_root_directory: ''
|
||||
|
Reference in New Issue
Block a user