docs
docs copied to clipboard
Document how to theme non-core app assets in app-themes
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)
- [x] New Content Addition
- [ ] Old Content Deprecation
- [ ] Existing Content Simplification
- [ ] Bug Fix to Existing Content
Which Manual Does This Relate To? (Optional)
- [ ] Admin Manual
- [x] Developer Manual
- [ ] User Manual
- [ ] Android
- [ ] iOS
- [ ] Branded Clients
- [ ] Desktop Client
- [ ] Other
Ref https://github.com/owncloud/core/issues/35623
@ChrisEdS can you test this and then we can document this together?
@ChrisEdS, any progress on this one?
Sorry, completely missed this ticket. When's the next time you'll be in the office? @settermjd
Should be there on Thursday, @ChrisEdS.
@VicDeo, it seems that https://doc.owncloud.com/server/10.2/developer_manual/core/theming.html#how-to-override-images already covers this issue?
@ChrisEdS, does https://doc.owncloud.com/server/10.2/developer_manual/core/theming.html#how-to-override-images already covers this issue?
@settermjd Currently it has a sample for the core assets only and it's not obvious that theming of apps is also possible it would be good to have examples for the following cases
- any app from shipped
apps
apps directory - any app from a custom apps directory
@settermjd Currently it has a sample for the core assets only and it's not obvious that theming of apps is also possible it would be good to have examples for the following cases
- any app from shipped
apps
apps directory- any app from a custom apps directory
Thanks for the further reply, @VicDeo. I'll try and get that implemented.