You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been digging into this and Alpaca directly, but I can't find a clear answer: would it be possible to specify a custom view (web-create for example) in the component that would subsequently disable/remove bootstrap? I use a different style library and bootstrap doesn't play nice with it.
I currently achieve this with a custom fork that hard-codes a view in and removes all the bootstrap calls in the build pipeline, but this is shameful and not ideal.
The text was updated successfully, but these errors were encountered:
In the section previous, it shows you how to override certain classes. If you can get this working you can call Alpaca.registerView in an initializer to register it.
I'm currently working on the ability to provide replacement renderers for alpaca, which would still leverage its json-schema format, but would instead render things like ember components. That might be another alternative when it comes.
I've been digging into this and Alpaca directly, but I can't find a clear answer: would it be possible to specify a custom view (
web-create
for example) in the component that would subsequently disable/remove bootstrap? I use a different style library and bootstrap doesn't play nice with it.I currently achieve this with a custom fork that hard-codes a view in and removes all the bootstrap calls in the build pipeline, but this is shameful and not ideal.
The text was updated successfully, but these errors were encountered: