Is it any way of extend the Grav CMS without the usage of plugins or modify the core/system files.
I would like to extend the following file:
system/src/Grav/Common/Page/Medium/VideoMedium.php
If I modified this file it is going to be replaced in the next Grav update.
Maybe it is a way to extend the core files creating a similar filesystem structure inside the user directory, maybe something like:
user/src/Grav/Common/Page/Medium/VideoMedium.php