mirror of
https://github.com/typemill/typemill.git
synced 2025-01-17 05:18:19 +01:00
Version 1.3.6: Image Upload Field
This commit is contained in:
parent
52f28651a6
commit
08544ede29
2
composer.lock
generated
2
composer.lock
generated
@ -623,7 +623,7 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/event-dispatcher",
|
||||
"version": "v3.4.39",
|
||||
"version": "v3.4.40",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/event-dispatcher.git",
|
||||
|
@ -17,8 +17,8 @@
|
||||
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="{{ base_url }}/system/author/img/apple-touch-icon-152x152.png" />
|
||||
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/normalize.css" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/tachyons.min.css?20200420" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20200420" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/tachyons.min.css?20200505" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20200505" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/color-picker.min.css" />
|
||||
</head>
|
||||
<body>
|
||||
@ -56,7 +56,7 @@
|
||||
</article>
|
||||
<footer></footer>
|
||||
</div>
|
||||
<script src="{{ base_url }}/system/author/js/color-picker.min.js?20200420"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20200420"></script>
|
||||
<script src="{{ base_url }}/system/author/js/color-picker.min.js?20200505"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20200505"></script>
|
||||
</body>
|
||||
</html>
|
@ -18,7 +18,7 @@
|
||||
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="{{ base_url }}/system/author/img/apple-touch-icon-152x152.png" />
|
||||
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/normalize.css" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20200420" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20200505" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/color-picker.min.css" />
|
||||
</head>
|
||||
<body>
|
||||
@ -54,6 +54,6 @@
|
||||
{% block content %}{% endblock %}
|
||||
|
||||
</div>
|
||||
<script src="{{ base_url }}/system/author/js/auth.js?20200420"></script>
|
||||
<script src="{{ base_url }}/system/author/js/auth.js?20200505"></script>
|
||||
</body>
|
||||
</html>
|
@ -17,7 +17,7 @@
|
||||
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="{{ base_url }}/system/author/img/apple-touch-icon-152x152.png" />
|
||||
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/normalize.css" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20200420" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20200505" />
|
||||
</head>
|
||||
<body>
|
||||
<svg style="position: absolute; width: 0; height: 0; overflow: hidden" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/normalize.css" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/tachyons.min.css" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20200420" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20200505" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/color-picker.min.css" />
|
||||
|
||||
{{ assets.renderCSS() }}
|
||||
@ -196,12 +196,12 @@
|
||||
const myaxios = axios.create();
|
||||
myaxios.defaults.baseURL = "{{ base_url }}";
|
||||
</script>
|
||||
<script src="{{ base_url }}/system/author/js/typemillutils.js?20200420"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?20200420"></script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?20200420"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20200420"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20200420"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-blox-config.js?20200420"></script>
|
||||
<script src="{{ base_url }}/system/author/js/typemillutils.js?20200505"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?20200505"></script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?20200505"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20200505"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20200505"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-blox-config.js?20200505"></script>
|
||||
<script>
|
||||
let formatConfig = {{ settings.formats|json_encode() }};
|
||||
let language = {{ settings.language|json_encode() }};
|
||||
@ -211,13 +211,13 @@
|
||||
|
||||
{{ assets.renderEditorJS() }}
|
||||
|
||||
<script src="{{ base_url }}/system/author/js/vue-blox.js?20200420"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-posts.js?20200420"></script>
|
||||
<script src="{{ base_url }}/system/author/js/sortable.min.js?20200420"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20200420"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-navi.js?20200420"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-shared.js?20200420"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-meta.js?20200420"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-blox.js?20200505"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-posts.js?20200505"></script>
|
||||
<script src="{{ base_url }}/system/author/js/sortable.min.js?20200505"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20200505"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-navi.js?20200505"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-shared.js?20200505"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-meta.js?20200505"></script>
|
||||
|
||||
{{ assets.renderJS() }}
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/normalize.css" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20200420" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20200505" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/color-picker.min.css" />
|
||||
|
||||
{{ assets.renderCSS() }}
|
||||
@ -83,16 +83,16 @@
|
||||
</article>
|
||||
<footer></footer>
|
||||
</div>
|
||||
<script src="{{ base_url }}/system/author/js/axios.min.js?20200420"></script>
|
||||
<script src="{{ base_url }}/system/author/js/axios.min.js?20200505"></script>
|
||||
<script>
|
||||
const myaxios = axios.create();
|
||||
myaxios.defaults.baseURL = "{{ base_url }}";
|
||||
</script>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?20200420"></script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?20200420"></script>
|
||||
<script src="{{ base_url }}/system/author/js/sortable.min.js?20200420"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20200420"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20200420"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?20200505"></script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?20200505"></script>
|
||||
<script src="{{ base_url }}/system/author/js/sortable.min.js?20200505"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20200505"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20200505"></script>
|
||||
|
||||
<script>
|
||||
let language = {{ settings.language|json_encode() }};
|
||||
@ -102,10 +102,10 @@
|
||||
|
||||
{{ assets.renderEditorJS() }}
|
||||
|
||||
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20200420"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-editor.js?20200420"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-meta.js?20200420"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-navi.js?20200420"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20200505"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-editor.js?20200505"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-meta.js?20200505"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-navi.js?20200505"></script>
|
||||
|
||||
{{ assets.renderJS() }}
|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 28 KiB |
BIN
themes/typemill/typemill-thumb.png
Normal file
BIN
themes/typemill/typemill-thumb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 116 KiB |
Binary file not shown.
Before Width: | Height: | Size: 70 KiB |
BIN
themes/typemill/typemill.png
Normal file
BIN
themes/typemill/typemill.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 116 KiB |
Loading…
x
Reference in New Issue
Block a user