André Schwarzer
André Schwarzer
## Summary I've followed the setup instructions of [nested-modules: parent-child-modules](https://twill.io/docs/crud-modules/nested-modules.html#parent-child-modules). Let's stick with `issues` and `articles`, which are children of `issues`. I was able to add `issues` to the dashboard...
## Summary Make breakpoints in preview configurable.  ## Describe the solution you'd like I'd like to have the option to set the breakpoints via...
``` js validemail: { name: "Validemail", type: "regex", regex: "[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\\\.[A-Za-z]{2,4}", message: "Not a valid email address" }, ``` your regex doesn't support TLDs like .travel, .solution, . expert, ...
Closes #3 # Bug in the current version 1.0.1 1. Open Invoker 2. Go to plugins 3. Install "ER Digram Plugin" 4. Restart Invoker 5. Open Laravel project 6. Click...
# The Issue I encountered When deleting resources I expect the same/similar responses from the API. - Deleting an existing `person` results currently in a 200 response with a JSON...
The `DocumentValidation` property `validated_by` is defined as type string, but the API responds/can respond with null. I'd suggest to add `"nullable": true` to the property.