Open
Description
What Needs to be Documented?
Theming apps
- create directory
apps
under your theme:
owncloud/apps/theme-example/apps
- create a directory for the asset you want to theme under the newly created directory:
owncloud/apps/theme-example/apps/files_sharing/img
- Put custom
folder-waiting.svg
intoowncloud/apps/theme-example/apps/files_sharing/img
Note: do not copy the entire app, only the needed assets
Where Does This Need To Be Documented?
https://doc.owncloud.org/server/10.0/developer_manual/core/theming.html
Why Should This Change Be Made? (Optional)
To clarify app-theming for developers
What Type Of Content Change Is This? (Optional)
- New Content Addition
- Old Content Deprecation
- Existing Content Simplification
- Bug Fix to Existing Content
Which Manual Does This Relate To? (Optional)
- Admin Manual
- Developer Manual
- User Manual
- Android
- iOS
- Branded Clients
- Desktop Client
- Other