1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Updated update-url command to look at setting values

For #2546
Need to consider new JSON-array based setting values.
This commit is contained in:
Dan Brown
2021-02-10 23:47:58 +00:00
parent 54f5bf9437
commit ae353bb3f4
2 changed files with 12 additions and 1 deletions

View File

@ -60,6 +60,7 @@ class UpdateUrl extends Command
"attachments" => ["path"],
"pages" => ["html", "text", "markdown"],
"images" => ["url"],
"settings" => ["value"],
"comments" => ["html", "text"],
];