mirror of
https://github.com/flextype/flextype.git
synced 2025-08-27 06:54:31 +02:00
feat(core): add Serializer and Parsers for data encoding/decoding/parsing. #424
This commit is contained in:
@@ -251,7 +251,7 @@ class Entries
|
||||
}
|
||||
}
|
||||
}
|
||||
} elseif ($entry_decoded['parsers']['shortcodes']['fields'] == "*") {
|
||||
} elseif ($entry_decoded['parsers'][$parser_name]['fields'] == "*") {
|
||||
foreach ($entry_decoded as $key => $value) {
|
||||
if (! in_array($key, $this->system_fields)) {
|
||||
if ($parser_name == 'markdown') {
|
||||
|
Reference in New Issue
Block a user