mirror of
https://github.com/typemill/typemill.git
synced 2025-10-17 23:56:09 +02:00
Version 1.3.2: Rename and hide navi-items
This commit is contained in:
@@ -60,7 +60,7 @@ class Settings
|
||||
'contentFolder' => 'content',
|
||||
'cache' => true,
|
||||
'cachePath' => $rootPath . 'cache',
|
||||
'version' => '1.3.1',
|
||||
'version' => '1.3.2',
|
||||
'setup' => true,
|
||||
'welcome' => true,
|
||||
'images' => ['live' => ['width' => 820], 'mlibrary' => ['width' => 50, 'height' => 50]],
|
||||
|
@@ -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?20200109" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20200120" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/color-picker.min.css" />
|
||||
</head>
|
||||
<body>
|
||||
@@ -55,7 +55,7 @@
|
||||
</article>
|
||||
<footer></footer>
|
||||
</div>
|
||||
<script src="{{ base_url }}/system/author/js/color-picker.min.js?20200109"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20200109"></script>
|
||||
<script src="{{ base_url }}/system/author/js/color-picker.min.js?20200120"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20200120"></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?20200109" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20200120" />
|
||||
<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??20200109"></script>
|
||||
<script src="{{ base_url }}/system/author/js/auth.js??20200120"></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?20200109" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20200120" />
|
||||
</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,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?20200109" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20200120" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/color-picker.min.css" />
|
||||
|
||||
{{ assets.renderCSS() }}
|
||||
@@ -170,14 +170,14 @@
|
||||
const myaxios = axios.create();
|
||||
myaxios.defaults.baseURL = "{{ base_url }}";
|
||||
</script>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?20200109"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-i18n.min.js?20200115"></script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?20200109"></script>
|
||||
<script src="{{ base_url }}/system/author/js/sortable.min.js?20200109"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20200109"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20200109"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20200109"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-blox-config.js?20200109"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?20200120"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-i18n.min.js?20200120"></script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?20200120"></script>
|
||||
<script src="{{ base_url }}/system/author/js/sortable.min.js?20200120"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20200120"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20200120"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20200120"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-blox-config.js?20200120"></script>
|
||||
<script>
|
||||
let formatConfig = {{ settings.formats|json_encode() }};
|
||||
let language = {{ settings.language|json_encode() }};
|
||||
@@ -186,10 +186,10 @@
|
||||
|
||||
{{ assets.renderEditorJS() }}
|
||||
|
||||
<script src="{{ base_url }}/system/author/js/vue-blox.js?20200109"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-meta.js?20200109"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-navi.js?20200109"></script>
|
||||
<script src="{{ base_url }}/system/author/js/lazy-video.js?20200109"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-blox.js?20200120"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-meta.js?20200120"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-navi.js?20200120"></script>
|
||||
<script src="{{ base_url }}/system/author/js/lazy-video.js?20200120"></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?20200109" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20200120" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/color-picker.min.css" />
|
||||
|
||||
{{ assets.renderCSS() }}
|
||||
@@ -59,17 +59,17 @@
|
||||
</article>
|
||||
<footer></footer>
|
||||
</div>
|
||||
<script src="{{ base_url }}/system/author/js/axios.min.js?20200109"></script>
|
||||
<script src="{{ base_url }}/system/author/js/axios.min.js?20200120"></script>
|
||||
<script>
|
||||
const myaxios = axios.create();
|
||||
myaxios.defaults.baseURL = "{{ base_url }}";
|
||||
</script>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?20200109"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-i18n.min.js?20200115"></script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?20200109"></script>
|
||||
<script src="{{ base_url }}/system/author/js/sortable.min.js?20200109"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20200109"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20200109"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?20200120"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-i18n.min.js?20200120"></script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?20200120"></script>
|
||||
<script src="{{ base_url }}/system/author/js/sortable.min.js?20200120"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20200120"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20200120"></script>
|
||||
|
||||
<script>
|
||||
let language = {{ settings.language|json_encode() }};
|
||||
@@ -78,10 +78,10 @@
|
||||
|
||||
{{ assets.renderEditorJS() }}
|
||||
|
||||
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20200109"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-editor.js?20200109"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-meta.js?20200109"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-navi.js?20200109"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20200120"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-editor.js?20200120"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-meta.js?20200120"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-navi.js?20200120"></script>
|
||||
|
||||
{{ assets.renderJS() }}
|
||||
|
||||
|
Reference in New Issue
Block a user