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:
@@ -1,6 +1,6 @@
|
||||
<script>
|
||||
flatpickr(".js-datetimepicker", {
|
||||
enableTime: true,
|
||||
dateFormat: "{{ registry.settings.date_format }}"
|
||||
dateFormat: "{{ registry.flextype.date_format }}"
|
||||
});
|
||||
</script>
|
Reference in New Issue
Block a user