Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

full customized ui #154

Open
ezequielvictor opened this issue Sep 20, 2022 · 0 comments
Open

full customized ui #154

ezequielvictor opened this issue Sep 20, 2022 · 0 comments

Comments

@ezequielvictor
Copy link

ezequielvictor commented Sep 20, 2022

I think we should be able to use our entire customized UI too.

the code below prevents us from creating our own custom dialogs, because it accuses us of duplication as it extends the default dialogs from WixUI (errors, user exit, install dialogs, etc)

if (this.ui && !this.extensions.find((e) => e === 'WixUIExtension')) { this.extensions.push('WixUIExtension'); }
inside function createFire() on creator.js

maybe we could make this optional, what do you think?

@ezequielvictor ezequielvictor changed the title full customized template full customized ui Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant