1
0
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:
Awilum
2022-06-09 22:31:10 +03:00
parent 06ec0d7f67
commit f347c49a34
3 changed files with 2 additions and 4 deletions

View File

@@ -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') {

View File

@@ -622,7 +622,6 @@ parsers:
cache:
enabled: true
string: ""
cache_id_string: ""
restricted: false
document_type: 'xhtml'
document_root_directory: ''

View File

@@ -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: ''