server icon indicating copy to clipboard operation
server copied to clipboard

[Draft] Uniform frame processor API

Open tanganellilore opened this issue 1 year ago • 1 comments

  • Resolves: not opened for this type of PR

Summary

With new theming introduced on nextcloud >25, we can customize DocBaseUrl only if we use "old fashion way", adding defaults.php under /themes/<custom_theme>/ .

With this PR I simply added a getDocBaseUrl() function, that will get theming docBaseUrl config and will use for doc base url. It will fallback on the defaullt one if not found, in the same way as other function.

TODO

N/A

Checklist

tanganellilore avatar Jun 19 '23 12:06 tanganellilore