minor fixes
This commit is contained in:
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"main.js": {
|
"main.js": {
|
||||||
"file": "assets/main.91253d73.js",
|
"file": "assets/main.55e6cd6b.js",
|
||||||
"src": "main.js",
|
"src": "main.js",
|
||||||
"isEntry": true,
|
"isEntry": true,
|
||||||
"css": [
|
"css": [
|
||||||
|
|||||||
@@ -67,8 +67,8 @@
|
|||||||
browser_spellcheck: true,
|
browser_spellcheck: true,
|
||||||
max_height: 600,
|
max_height: 600,
|
||||||
// media_poster: false,
|
// media_poster: false,
|
||||||
// content_style:
|
content_style:
|
||||||
// "body {font-family: 'Averta Std', sans serif; color: #152F77}",
|
"img {max-width: 100%;height: auto;",
|
||||||
setup: function (editor) {
|
setup: function (editor) {
|
||||||
activeEditor = editor;
|
activeEditor = editor;
|
||||||
|
|
||||||
@@ -121,4 +121,6 @@
|
|||||||
:global(.tox-tinymce) {
|
:global(.tox-tinymce) {
|
||||||
border: 1px solid #ced4da;
|
border: 1px solid #ced4da;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ class Writer
|
|||||||
echo "Path: /$path".PHP_EOL;
|
echo "Path: /$path".PHP_EOL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public function recordIterator(callable $query, callable $parser, int $skip = 0): int
|
public function recordIterator(callable $query, callable $parser, int $skip = 0): int
|
||||||
{
|
{
|
||||||
$limit = 100;
|
$limit = 100;
|
||||||
|
|||||||
Reference in New Issue
Block a user