d9t
d9t
@josuemartinezz could you review this? I currently need to bypass this by manually overriding the protected property `schema` which my linter and IDE do not like. Having exceptions all over...
@larbish the configuration option would still limit the number of schemas. I use multiple schemas in my project.
@larbish sounds good to me. I'll review and update my code tomorrow.
I am also having this issue, does this have something to do with locales?
@SherlockShoe can confirm, it works if I abstain from leading zeroes
@staeff I've gotten multiple different errors and after trying various combinations, I've decided to google for hints whether someone had encountered this error before. I found this [https://github.com/plone/bobtemplates.plone/issues/277](page) and tried...
@staeff Your first command results in ``` Traceback (most recent call last): File "/home/albert/.local/bin/mrbob", line 11, in sys.exit(main()) File "/home/albert/.local/lib/python3.6/site-packages/mrbob/cli.py", line 155, in main defaults=defaults) File "/home/albert/.local/lib/python3.6/site-packages/mrbob/configurator.py", line 138, in...
@staeff ```mrbob -O my.package bobtemplates:plone_addon```
@staeff Maybe it's a good idea to change the sequence of commands in this documentation? I didn't look further and thought that, if the first command isn't going to work,...
This [page](https://docs.plone.org/adapt-and-extend/theming/theme_product.html) (for example) also gives wrong information on how to create a theme..