LiformBundle
LiformBundle copied to clipboard
Symfony Bundle to render Symfony Forms to JSON Schema
Hi, In a FormType, if we have `'label' => false`, it's normalized by the form name instead of `null` (or a blank string if we want to follow the RFC)....
Hello @nacmartin , By default, you specify `StringTransformer` as the default transformer for `TimeType` in [transformers.xml](https://github.com/Limenius/LiformBundle/blob/master/Resources/config/transformers.xml#L43). With this default settings, it's just impossible to override the `TimeType` with another Transformer,...
```php $builder ->add('date', DateTimeType::class, [ 'widget' => 'single_text', ]) ; ``` result => Could not find a transformer for any of these types (datetime, form) Actualy a bypass by using...
Environment: PHP 7.4 and Symfony 5.0.6 with Flex. When running `composer require limenius/liform-bundle ^0.16.0`, the following error occurs: ``` Your requirements could not be resolved to an installable set of...
I'm uncertain whether the issue I'm experiencing is because my current version of Symfony 4.3.4 is unsupported by this bundle, or due to some specific implementation issue in our installation,...
The bundle is working properly, but it returns widget instead of format. "address": { "type": "string", "title": "Email address", "widget": "email", "propertyOrder": 2 },
Hi, I am a newer using Liform connect with angular-schema-form. Also, maybe this is reported already, but I am receiving from json form which has a DataType field a key...
- Allow symfony/config ^7.0 - Allow symfony/http-kernel ^7.0 Remove composer.lock, as its not needed, and shouldnt be in the repository for a bundle
https://github.com/answear/LiformBundle is the latest version of this bundle, and works with Symfony 6. However, since it's a fork it does not allow for adding issues. It seems like answear should...