1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-17 10:30:46 +02:00

feat(admin-plugin): fix flatpickr dateFormat setup

This commit is contained in:
Awilum
2020-02-19 18:20:16 +03:00
parent af0d5b1f29
commit 0c45a85b66

View File

@@ -1,6 +1,6 @@
<script>
flatpickr(".js-datetimepicker", {
enableTime: true,
dateFormat: "{{ registry.settings.date_format }}"
dateFormat: "{{ registry.flextype.date_format }}"
});
</script>