1
0
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:
Awilum
2020-04-27 14:43:33 +03:00
parent 3bdf83a451
commit 23141c02ce

View File

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