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:
@ -60,6 +60,7 @@ class UpdateUrl extends Command
|
||||
"attachments" => ["path"],
|
||||
"pages" => ["html", "text", "markdown"],
|
||||
"images" => ["url"],
|
||||
"settings" => ["value"],
|
||||
"comments" => ["html", "text"],
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user