Jimdo / angular-fontselect

A fontselect directive for AngularJS
MIT License
29 stars 9 forks source link

Add or document a way to customise the interface #56

Open eMerzh opened 7 years ago

eMerzh commented 7 years ago

Hi, thanks for your great tool,

i would like to "simplify" it like removing the ability to select providers, or having just the font list without any other clutter. is there a way to do it ? via config keys like { categoryVisible: false } or by overwriting the template?

thanks for the help

Xiphe commented 7 years ago

It's not really supported, sorry.

You can tinker around with the _providers property on jdFontselectFonts There is an undocumented API to get more providers into the service, it should be possible to remove them, too.

That said, i'm no longer maintaining this project actively, maybe some of the Jimdo folks can help you.