We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How can I show block categories? Most default pxt have block categories, big buttons you click on to see more specific blocks .
The text was updated successfully, but these errors were encountered:
Yes, this sample doesn't use categories, but here's how it's done: remove hasCategories: false from pxtarget.json https://github.com/samelhusseini/pxt-holidays/blob/master/pxtarget.json#L54
hasCategories: false
remove categories: false from main.tsx https://github.com/samelhusseini/pxt-holidays/blob/master/site/src/main.tsx#L212
categories: false
And for the purposes of this simple demo, I've removed a number of built in categories, you'll want to enable those perhaps here: https://github.com/samelhusseini/pxt-holidays/blob/master/pxtarget.json#L14
Sorry, something went wrong.
No branches or pull requests
How can I show block categories? Most default pxt have block categories, big buttons you click on to see more specific blocks .
The text was updated successfully, but these errors were encountered: