got admin index incl. et2_tree and et2_date_ro working

This commit is contained in:
Ralf Becker
2021-06-10 13:53:07 +02:00
parent 5298336886
commit c51275fde3
8 changed files with 27 additions and 20 deletions

1
api/js/etemplate/lib/date.d.ts vendored Normal file
View File

@ -0,0 +1 @@
declare function date (format : string, timestamp? : string | number | Date);