mirror of
https://github.com/typemill/typemill.git
synced 2025-01-17 05:18:19 +01:00
Version 1.5.1 version number, fingerprints, composer updates
This commit is contained in:
parent
0db9b1882d
commit
7a4be6d40a
214
composer.lock
generated
214
composer.lock
generated
@ -284,32 +284,31 @@
|
||||
},
|
||||
{
|
||||
"name": "laminas/laminas-permissions-acl",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laminas/laminas-permissions-acl.git",
|
||||
"reference": "7af6463695d76dbf25c6b03e6ebb792c8f1ab67e"
|
||||
"reference": "cd5689d8360c9a3f29bb62b32fc8ad45e0947e1e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laminas/laminas-permissions-acl/zipball/7af6463695d76dbf25c6b03e6ebb792c8f1ab67e",
|
||||
"reference": "7af6463695d76dbf25c6b03e6ebb792c8f1ab67e",
|
||||
"url": "https://api.github.com/repos/laminas/laminas-permissions-acl/zipball/cd5689d8360c9a3f29bb62b32fc8ad45e0947e1e",
|
||||
"reference": "cd5689d8360c9a3f29bb62b32fc8ad45e0947e1e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"laminas/laminas-zendframework-bridge": "^1.0",
|
||||
"php": "^7.3 || ~8.0.0"
|
||||
"php": "^7.3 || ~8.0.0 || ~8.1.0"
|
||||
},
|
||||
"conflict": {
|
||||
"laminas/laminas-servicemanager": "<3.0"
|
||||
},
|
||||
"replace": {
|
||||
"zendframework/zend-permissions-acl": "^2.7.1"
|
||||
"laminas/laminas-servicemanager": "<3.0",
|
||||
"zendframework/zend-permissions-acl": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"laminas/laminas-coding-standard": "~1.0.0",
|
||||
"laminas/laminas-servicemanager": "^3.0.3",
|
||||
"phpunit/phpunit": "^9.5"
|
||||
"phpunit/phpunit": "^9.5.0",
|
||||
"psalm/plugin-phpunit": "^0.15.1",
|
||||
"vimeo/psalm": "^4.7"
|
||||
},
|
||||
"suggest": {
|
||||
"laminas/laminas-servicemanager": "To support Laminas\\Permissions\\Acl\\Assertion\\AssertionManager plugin manager usage"
|
||||
@ -344,69 +343,7 @@
|
||||
"type": "community_bridge"
|
||||
}
|
||||
],
|
||||
"time": "2021-04-08T12:56:14+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laminas/laminas-zendframework-bridge",
|
||||
"version": "1.4.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laminas/laminas-zendframework-bridge.git",
|
||||
"reference": "bf180a382393e7db5c1e8d0f2ec0c4af9c724baf"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/bf180a382393e7db5c1e8d0f2ec0c4af9c724baf",
|
||||
"reference": "bf180a382393e7db5c1e8d0f2ec0c4af9c724baf",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.3 || ~8.0.0 || ~8.1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9.3",
|
||||
"psalm/plugin-phpunit": "^0.15.1",
|
||||
"squizlabs/php_codesniffer": "^3.5",
|
||||
"vimeo/psalm": "^4.6"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laminas": {
|
||||
"module": "Laminas\\ZendFrameworkBridge"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"files": [
|
||||
"src/autoload.php"
|
||||
],
|
||||
"psr-4": {
|
||||
"Laminas\\ZendFrameworkBridge\\": "src//"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"BSD-3-Clause"
|
||||
],
|
||||
"description": "Alias legacy ZF class names to Laminas Project equivalents.",
|
||||
"keywords": [
|
||||
"ZendFramework",
|
||||
"autoloading",
|
||||
"laminas",
|
||||
"zf"
|
||||
],
|
||||
"support": {
|
||||
"forum": "https://discourse.laminas.dev/",
|
||||
"issues": "https://github.com/laminas/laminas-zendframework-bridge/issues",
|
||||
"rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom",
|
||||
"source": "https://github.com/laminas/laminas-zendframework-bridge"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://funding.communitybridge.org/projects/laminas-project",
|
||||
"type": "community_bridge"
|
||||
}
|
||||
],
|
||||
"time": "2021-09-03T17:53:30+00:00"
|
||||
"time": "2021-12-03T08:59:59+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nikic/fast-route",
|
||||
@ -900,6 +837,73 @@
|
||||
},
|
||||
"time": "2019-11-28T18:03:50+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/deprecation-contracts",
|
||||
"version": "v2.5.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/deprecation-contracts.git",
|
||||
"reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/6f981ee24cf69ee7ce9736146d1c57c2780598a8",
|
||||
"reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.1"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-main": "2.5-dev"
|
||||
},
|
||||
"thanks": {
|
||||
"name": "symfony/contracts",
|
||||
"url": "https://github.com/symfony/contracts"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"files": [
|
||||
"function.php"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Nicolas Grekas",
|
||||
"email": "p@tchwork.com"
|
||||
},
|
||||
{
|
||||
"name": "Symfony Community",
|
||||
"homepage": "https://symfony.com/contributors"
|
||||
}
|
||||
],
|
||||
"description": "A generic function and convention to trigger deprecation notices",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://symfony.com/sponsor",
|
||||
"type": "custom"
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/fabpot",
|
||||
"type": "github"
|
||||
},
|
||||
{
|
||||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2021-07-12T14:48:14+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/event-dispatcher",
|
||||
"version": "v3.4.47",
|
||||
@ -978,20 +982,21 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/finder",
|
||||
"version": "v5.3.7",
|
||||
"version": "v5.4.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/finder.git",
|
||||
"reference": "a10000ada1e600d109a6c7632e9ac42e8bf2fb93"
|
||||
"reference": "e77046c252be48c48a40816187ed527703c8f76c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/finder/zipball/a10000ada1e600d109a6c7632e9ac42e8bf2fb93",
|
||||
"reference": "a10000ada1e600d109a6c7632e9ac42e8bf2fb93",
|
||||
"url": "https://api.github.com/repos/symfony/finder/zipball/e77046c252be48c48a40816187ed527703c8f76c",
|
||||
"reference": "e77046c252be48c48a40816187ed527703c8f76c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.2.5",
|
||||
"symfony/deprecation-contracts": "^2.1|^3",
|
||||
"symfony/polyfill-php80": "^1.16"
|
||||
},
|
||||
"type": "library",
|
||||
@ -1020,7 +1025,7 @@
|
||||
"description": "Finds files and directories via an intuitive fluent interface",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/finder/tree/v5.3.7"
|
||||
"source": "https://github.com/symfony/finder/tree/v5.4.2"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -1036,25 +1041,28 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2021-08-04T21:20:46+00:00"
|
||||
"time": "2021-12-15T11:06:13+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/polyfill-ctype",
|
||||
"version": "v1.23.0",
|
||||
"version": "v1.24.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/polyfill-ctype.git",
|
||||
"reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
|
||||
"reference": "30885182c981ab175d4d034db0f6f469898070ab"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce",
|
||||
"reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce",
|
||||
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab",
|
||||
"reference": "30885182c981ab175d4d034db0f6f469898070ab",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.1"
|
||||
},
|
||||
"provide": {
|
||||
"ext-ctype": "*"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-ctype": "For best performance"
|
||||
},
|
||||
@ -1099,7 +1107,7 @@
|
||||
"portable"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0"
|
||||
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.24.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -1115,20 +1123,20 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2021-02-19T12:13:01+00:00"
|
||||
"time": "2021-10-20T20:35:02+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/polyfill-php80",
|
||||
"version": "v1.23.1",
|
||||
"version": "v1.24.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/polyfill-php80.git",
|
||||
"reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be"
|
||||
"reference": "57b712b08eddb97c762a8caa32c84e037892d2e9"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be",
|
||||
"reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be",
|
||||
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/57b712b08eddb97c762a8caa32c84e037892d2e9",
|
||||
"reference": "57b712b08eddb97c762a8caa32c84e037892d2e9",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1182,7 +1190,7 @@
|
||||
"shim"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1"
|
||||
"source": "https://github.com/symfony/polyfill-php80/tree/v1.24.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -1198,7 +1206,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2021-07-28T13:41:28+00:00"
|
||||
"time": "2021-09-13T13:58:33+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/yaml",
|
||||
@ -1255,16 +1263,16 @@
|
||||
},
|
||||
{
|
||||
"name": "twig/twig",
|
||||
"version": "v1.44.5",
|
||||
"version": "v1.44.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/twigphp/Twig.git",
|
||||
"reference": "dd4353357c5a116322e92a00d16043a31881a81e"
|
||||
"reference": "ae39480f010ef88adc7938503c9b02d3baf2f3b3"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/twigphp/Twig/zipball/dd4353357c5a116322e92a00d16043a31881a81e",
|
||||
"reference": "dd4353357c5a116322e92a00d16043a31881a81e",
|
||||
"url": "https://api.github.com/repos/twigphp/Twig/zipball/ae39480f010ef88adc7938503c9b02d3baf2f3b3",
|
||||
"reference": "ae39480f010ef88adc7938503c9b02d3baf2f3b3",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1317,7 +1325,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/twigphp/Twig/issues",
|
||||
"source": "https://github.com/twigphp/Twig/tree/v1.44.5"
|
||||
"source": "https://github.com/twigphp/Twig/tree/v1.44.6"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -1329,7 +1337,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2021-09-17T08:35:19+00:00"
|
||||
"time": "2021-11-25T13:31:46+00:00"
|
||||
},
|
||||
{
|
||||
"name": "vlucas/valitron",
|
||||
@ -1337,12 +1345,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/vlucas/valitron.git",
|
||||
"reference": "5ebd5d7af82cc0a9d798e816a2ecad63f1b59ceb"
|
||||
"reference": "9bf11f4374f722b78f69b1d36f5fd9154bb6bffa"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/vlucas/valitron/zipball/5ebd5d7af82cc0a9d798e816a2ecad63f1b59ceb",
|
||||
"reference": "5ebd5d7af82cc0a9d798e816a2ecad63f1b59ceb",
|
||||
"url": "https://api.github.com/repos/vlucas/valitron/zipball/9bf11f4374f722b78f69b1d36f5fd9154bb6bffa",
|
||||
"reference": "9bf11f4374f722b78f69b1d36f5fd9154bb6bffa",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1381,7 +1389,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/vlucas/valitron/issues",
|
||||
"source": "https://github.com/vlucas/valitron/tree/v1.4.10"
|
||||
"source": "https://github.com/vlucas/valitron/tree/master"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -1389,7 +1397,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2021-07-08T16:18:03+00:00"
|
||||
"time": "2021-12-07T08:05:12+00:00"
|
||||
}
|
||||
],
|
||||
"packages-dev": [],
|
||||
|
@ -13,16 +13,10 @@ You will find all configurations and settings under the main navigation point `s
|
||||
|
||||
All settings are stored in the `\settings` folder of Typemill. It is not recommended to edit the settings manually, because it might crash the system if done wrong.
|
||||
|
||||
[:replace text="hallo" color="green":]
|
||||
|
||||
[:replace text="hallo" color="red":]
|
||||
|
||||
## Developer Settings
|
||||
|
||||
As of version 1.4.0 you will find some advanced developer settings in the author panel under `settings`. See the details below.
|
||||
|
||||
[:ebookproduct id="unknown":]
|
||||
|
||||
! **Only for devs**
|
||||
!
|
||||
! These options are for developers only. Make sure that you fully understand what happens. For example, you should never activate the error reporting on live systems because this is a security risk.
|
||||
|
@ -84,7 +84,7 @@ class Settings
|
||||
'editor' => 'visual',
|
||||
'formats' => ['markdown', 'headline', 'ulist', 'olist', 'table', 'quote', 'notice', 'image', 'video', 'file', 'toc', 'hr', 'definition', 'code', 'shortcode'],
|
||||
'contentFolder' => 'content',
|
||||
'version' => '1.5.1.1',
|
||||
'version' => '1.5.2',
|
||||
'setup' => true,
|
||||
'welcome' => true,
|
||||
'images' => ['live' => ['width' => 820], 'thumbs' => ['width' => 250, 'height' => 150]],
|
||||
|
@ -16,8 +16,8 @@
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="{{ base_url }}/system/author/img/favicon-144.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ base_url }}/system/author/img/favicon-180.png" />
|
||||
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/tachyons.min.css?20211021" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20211021" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/tachyons.min.css?20220108" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20220108" />
|
||||
|
||||
{{ assets.renderCSS() }}
|
||||
|
||||
@ -39,16 +39,16 @@
|
||||
</article>
|
||||
<footer></footer>
|
||||
</div>
|
||||
<script src="{{ base_url }}/system/author/js/axios.min.js?20211021"></script>
|
||||
<script src="{{ base_url }}/system/author/js/axios.min.js?20220108"></script>
|
||||
<script>
|
||||
const myaxios = axios.create();
|
||||
myaxios.defaults.baseURL = "{{ base_url }}";
|
||||
</script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?20211021"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?20211021"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-shared.js?20211021"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20211021"></script>
|
||||
<script src="{{ base_url }}/system/author/js/typemillutils.js?20211021"></script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-shared.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/typemillutils.js?20220108"></script>
|
||||
<script>
|
||||
typemillUtilities.start()
|
||||
</script>
|
||||
|
@ -17,7 +17,7 @@
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="{{ base_url }}/system/author/img/favicon-144.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ base_url }}/system/author/img/favicon-180.png" />
|
||||
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20211021" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20220108" />
|
||||
|
||||
{{ assets.renderCSS() }}
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="{{ base_url }}/system/author/img/favicon-144.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ base_url }}/system/author/img/favicon-180.png" />
|
||||
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20211021" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20220108" />
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
@ -16,8 +16,8 @@
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="{{ base_url }}/system/author/img/favicon-144.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ base_url }}/system/author/img/favicon-180.png" />
|
||||
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/tachyons.min.css?20211021" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20211021" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/tachyons.min.css?20220108" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20220108" />
|
||||
|
||||
{{ assets.renderCSS() }}
|
||||
|
||||
@ -41,17 +41,17 @@
|
||||
</article>
|
||||
<footer></footer>
|
||||
</div>
|
||||
<script src="{{ base_url }}/system/author/js/axios.min.js?20211021"></script>
|
||||
<script src="{{ base_url }}/system/author/js/axios.min.js?20220108"></script>
|
||||
<script>
|
||||
const myaxios = axios.create();
|
||||
myaxios.defaults.baseURL = "{{ base_url }}";
|
||||
</script>
|
||||
<script src="{{ base_url }}/system/author/js/typemillutils.js?20211021"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?20211021"></script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?20211021"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20211021"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20211021"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-blox-config.js?20211021"></script>
|
||||
<script src="{{ base_url }}/system/author/js/typemillutils.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-blox-config.js?20220108"></script>
|
||||
<script>
|
||||
let formatConfig = {{ settings.formats|json_encode() }};
|
||||
let language = {{ settings.language|json_encode() }};
|
||||
@ -61,17 +61,17 @@
|
||||
|
||||
{{ assets.renderEditorJS() }}
|
||||
|
||||
<script src="{{ base_url }}/system/author/js/vue-blox.js?20211021"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-blox.js?20220108"></script>
|
||||
{% if item.elementType == "folder" %}
|
||||
<script src="{{ base_url }}/system/author/js/vue-posts.js?20211021"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-posts.js?20220108"></script>
|
||||
{% else %}
|
||||
<script>let posts = false;</script>
|
||||
{% endif %}
|
||||
<script src="{{ base_url }}/system/author/js/sortable.min.js?20211021"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20211021"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-navi.js?20211021"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-shared.js?20211021"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-meta.js?20211021"></script>
|
||||
<script src="{{ base_url }}/system/author/js/sortable.min.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-navi.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-shared.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-meta.js?20220108"></script>
|
||||
|
||||
{{ assets.renderJS() }}
|
||||
|
||||
|
@ -16,8 +16,8 @@
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="{{ base_url }}/system/author/img/favicon-144.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ base_url }}/system/author/img/favicon-180.png" />
|
||||
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/tachyons.min.css?20211021" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20211021" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/tachyons.min.css?20220108" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20220108" />
|
||||
|
||||
{{ assets.renderCSS() }}
|
||||
|
||||
@ -41,15 +41,15 @@
|
||||
</article>
|
||||
<footer></footer>
|
||||
</div>
|
||||
<script src="{{ base_url }}/system/author/js/axios.min.js?20211021"></script>
|
||||
<script src="{{ base_url }}/system/author/js/axios.min.js?20220108"></script>
|
||||
<script>
|
||||
const myaxios = axios.create();
|
||||
myaxios.defaults.baseURL = "{{ base_url }}";
|
||||
</script>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?20211021"></script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?20211021"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20211021"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20211021"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20220108"></script>
|
||||
<script>
|
||||
let language = {{ settings.language|json_encode() }};
|
||||
let labels = {{ translations|json_encode() }};
|
||||
@ -58,17 +58,17 @@
|
||||
|
||||
{{ assets.renderEditorJS() }}
|
||||
|
||||
<script src="{{ base_url }}/system/author/js/vue-editor.js?20211021"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-editor.js?20220108"></script>
|
||||
{% if item.elementType == "folder" %}
|
||||
<script src="{{ base_url }}/system/author/js/vue-posts.js?20211021"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-posts.js?20220108"></script>
|
||||
{% else %}
|
||||
<script>let posts = false;</script>
|
||||
{% endif %}
|
||||
<script src="{{ base_url }}/system/author/js/sortable.min.js?20211021"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20211021"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-navi.js?20211021"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-shared.js?20211021"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-meta.js?20211021"></script>
|
||||
<script src="{{ base_url }}/system/author/js/sortable.min.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-navi.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-shared.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-meta.js?20220108"></script>
|
||||
|
||||
{{ assets.renderJS() }}
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
{{ assets.activateTachyons() }}
|
||||
|
||||
<link rel="stylesheet" href="{{ base_url }}/themes/cyanine/css/style.css??20210821" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/themes/cyanine/css/style.css?20220108" />
|
||||
|
||||
<style>
|
||||
|
||||
@ -215,7 +215,7 @@
|
||||
|
||||
{% block javascripts %}
|
||||
|
||||
<script src="{{ base_url }}/system/author/js/typemillutils.js?20200418"></script>
|
||||
<script src="{{ base_url }}/system/author/js/typemillutils.js?20220108"></script>
|
||||
<script>typemillUtilities.start();</script>
|
||||
|
||||
{% if settings.themes.cyanine.collapseNav %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user