From 8af02e2bbde6bedce200ebd40de445d6f305d320 Mon Sep 17 00:00:00 2001 From: Stuart Deusoz Date: Mon, 11 Mar 2019 21:11:12 +0100 Subject: [PATCH] Update theming.rst --- developer_manual/core/theming.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/developer_manual/core/theming.rst b/developer_manual/core/theming.rst index ea77d38f7..d8294f62f 100644 --- a/developer_manual/core/theming.rst +++ b/developer_manual/core/theming.rst @@ -189,9 +189,10 @@ Create a "filetypes" drrectory in your custom theme folder: Edit the filetype icon .svg files that you want to revise and place them in your new "filetypes" directory. -Run this command from root of app: -.. code-block:: php +Run this command from hase directory of your app: +```php ./occ maintenance:mimetype:update-js +``` This will instruct app to use revised icons from your themes folder.