I need to create typography module to replace users input, such as posts, connents, etc with correct mnemonic symbols. For example - (c) to © (r) to ®
I have idea how to do this in my custom theme - override some Tmpl classes, but i'd like to do this on the system level.
I don't like oweride base una classes. I'd like to do this as plugin and I want to be able control this from studio.
Where I can find some analog code example?
Thanks, Alexey.
Comments
Hello zaytseff !
You may create your own template with the redeclared base classes https://github.com/unaio/una-vendor-template so it will work.
Yes, already heve custom template, but I call it `custom theme` )))
I looked at the code and came to the same idea - custom theme right and correct way to do this.
Thank you, man!