Overriding default templates using plugin provided templates
Cantor, Scott
cantor.2 at osu.edu
Fri Mar 31 14:14:39 UTC 2023
> but I suspect that this approach works for providing additional views only and
> not for overriding pre-existing ones?
That's correct. There are only specific cases that can be replaced, the ones in the jars for "real" and not the ones that end up on the filesystem.
The ones in the jars are overrideable by just putting them into views/ with the right path and name to match what would be retrieved via classpath.
Anything already in the file system is by definition the real copy and you have no way to override them.
-- Scott
More information about the dev
mailing list