-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Allow multiple upload fields and add logo option to labels #6736
Conversation
Hi - thanks for this! What problem does this solve? |
- Add label logo - Add css classes to label elements - Change label prefix text (M: S: ...) to css::before content for easy removal in config
should i create another PR with the "logo on label" coding or just commit here and rename the PR? (since the new one would be build on commits of this one it would make sense to merge them into one PR) |
You can just add to this one, and let me know when it’s ready - thanks!! |
Feel free to test! Custom CSS added: (to demo new css options in label printing)
Result: |
This change appears to have been stomped on in one of the merges. :(
Changed handling by id to look for a "uploadFile" css class.
Needs npm run dev/prod call for final deployment to master (but i think it's also needed for other changes in dev)