mirror of
https://github.com/typemill/typemill.git
synced 2025-07-26 00:31:38 +02:00
Version 1.2.19: Modular Editor
This commit is contained in:
2
cache/lastCache.txt
vendored
2
cache/lastCache.txt
vendored
@@ -1 +1 @@
|
||||
1574576173
|
||||
1574585614
|
5
composer.lock
generated
5
composer.lock
generated
@@ -35,6 +35,7 @@
|
||||
],
|
||||
"description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
|
||||
"homepage": "https://github.com/container-interop/container-interop",
|
||||
"abandoned": "psr/container",
|
||||
"time": "2017-02-14T19:40:03+00:00"
|
||||
},
|
||||
{
|
||||
@@ -655,7 +656,7 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/event-dispatcher",
|
||||
"version": "v3.4.34",
|
||||
"version": "v3.4.35",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/event-dispatcher.git",
|
||||
@@ -776,7 +777,7 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/yaml",
|
||||
"version": "v2.8.50",
|
||||
"version": "v2.8.52",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/yaml.git",
|
||||
|
@@ -54,7 +54,7 @@ class Settings
|
||||
'contentFolder' => 'content',
|
||||
'cache' => true,
|
||||
'cachePath' => $rootPath . 'cache',
|
||||
'version' => '1.2.18',
|
||||
'version' => '1.2.19',
|
||||
'setup' => true,
|
||||
'welcome' => true,
|
||||
'images' => ['live' => ['width' => 820], 'mlibrary' => ['width' => 50, 'height' => 50]],
|
||||
|
@@ -16,9 +16,8 @@
|
||||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ base_url }}/system/author/img/apple-touch-icon-144x144.png" />
|
||||
<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/fontello/css/fontello.css?20191111" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/normalize.css" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20191111" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20191124" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/color-picker.min.css" />
|
||||
</head>
|
||||
<body>
|
||||
@@ -56,7 +55,7 @@
|
||||
</article>
|
||||
<footer></footer>
|
||||
</div>
|
||||
<script src="{{ base_url }}/system/author/js/color-picker.min.js?20191111"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20191111"></script>
|
||||
<script src="{{ base_url }}/system/author/js/color-picker.min.js?20191124"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20191124"></script>
|
||||
</body>
|
||||
</html>
|
@@ -16,10 +16,9 @@
|
||||
<link rel="icon" type="image/png" href="{{ base_url }}/system/author/img/favicon-16x16.png" sizes="16x16" />
|
||||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ base_url }}/system/author/img/apple-touch-icon-144x144.png" />
|
||||
<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/fontello/css/fontello.css?20191111" />
|
||||
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/normalize.css" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20191111" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20191124" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/color-picker.min.css" />
|
||||
</head>
|
||||
<body>
|
||||
@@ -55,6 +54,6 @@
|
||||
{% block content %}{% endblock %}
|
||||
|
||||
</div>
|
||||
<script src="{{ base_url }}/system/author/js/auth.js?20191111"></script>
|
||||
<script src="{{ base_url }}/system/author/js/auth.js?20191124"></script>
|
||||
</body>
|
||||
</html>
|
@@ -14,11 +14,10 @@
|
||||
<link rel="icon" type="image/png" href="{{ base_url }}/system/author/img/favicon-32x32.png" sizes="32x32" />
|
||||
<link rel="icon" type="image/png" href="{{ base_url }}/system/author/img/favicon-16x16.png" sizes="16x16" />
|
||||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ base_url }}/system/author/img/apple-touch-icon-144x144.png" />
|
||||
<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/fontello/css/fontello.css?20191111" />
|
||||
<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?20191111" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20191124" />
|
||||
</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">
|
||||
|
@@ -17,9 +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/fontello/css/fontello.css?20191111" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/normalize.css" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20191111" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20191124" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/color-picker.min.css" />
|
||||
|
||||
{{ assets.renderCSS() }}
|
||||
@@ -161,22 +160,22 @@
|
||||
</article>
|
||||
<footer></footer>
|
||||
</div>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?20191111"></script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?20191111"></script>
|
||||
<script src="{{ base_url }}/system/author/js/sortable.min.js?20191111"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20191111"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20191111"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20191111"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-blox-config.js?20191111"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?20191124"></script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?20191124"></script>
|
||||
<script src="{{ base_url }}/system/author/js/sortable.min.js?20191124"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20191124"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20191124"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20191124"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-blox-config.js?20191124"></script>
|
||||
<script>
|
||||
let formatConfig = {{ settings.formats|json_encode() }};
|
||||
</script>
|
||||
|
||||
{{ assets.renderEditorJS() }}
|
||||
|
||||
<script src="{{ base_url }}/system/author/js/vue-blox.js?20191111"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-navi.js?20191111"></script>
|
||||
<script src="{{ base_url }}/system/author/js/lazy-video.js?2019111"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-blox.js?20191124"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-navi.js?20191124"></script>
|
||||
<script src="{{ base_url }}/system/author/js/lazy-video.js?2019124"></script>
|
||||
|
||||
{{ assets.renderJS() }}
|
||||
|
||||
|
@@ -17,9 +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/fontello/css/fontello.css?20191111" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/normalize.css" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20191111" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20191124" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/color-picker.min.css" />
|
||||
</head>
|
||||
<body>
|
||||
@@ -57,13 +56,13 @@
|
||||
</article>
|
||||
<footer></footer>
|
||||
</div>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?20191111"></script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?20191111"></script>
|
||||
<script src="{{ base_url }}/system/author/js/sortable.min.js?20191111"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20191111"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20191111"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20191111"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-editor.js?20191111"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-navi.js?20191111"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?20191124"></script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?20191124"></script>
|
||||
<script src="{{ base_url }}/system/author/js/sortable.min.js?20191124"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20191124"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20191124"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20191124"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-editor.js?20191124"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-navi.js?20191124"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user