Kris

Results 5 issues of Kris

**API Platform version(s) affected**: 2.6.8 **Description** Properties annotated with `#[SerializedName]` have their original name in the output of `/api/contexts/Entity`, other name converters are also not applied. **How to reproduce** Configure...

bug

If a custom adapter is written, there was no way to configure the bundle to use it; this pull request adds this functionality.

### Prerequisites - [X] I have [searched](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed issues - [X] I have [validated](https://html5.validator.nu/) any HTML to avoid common problems - [X] I have read the [contributing...

docs
js
v5

The following twig template: ```twig {% set foo = "Something's not right" %} {{- foo }} {%~ apply lower %}{{ foo }}{% endapply -%} ``` …produces the following HTML output:...

Investigate before 4.x

I have implemented a traditional login page where the user can login with their username and password, or click a button to start the SAML login. ```yaml security: firewalls: main:...