add colors
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2023-04-14 06:58:16 +02:00
parent 8197a238de
commit 6a00fc64c1
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -223,7 +223,7 @@ Compatible with [https://github.com/KnpLabs/DoctrineBehaviors/blob/master/docs/t
Set the default sort applied in the repository query.
```
```php-inline
$configuration
->setDefaultSort('index', 'title', 'asc')
->setField('index', 'Title', Field\TextField::class, [
@ -238,7 +238,7 @@ $configuration
It enables the drag & drop to sort entities.
```
```php-inline
class MyEntity implements EntityInterface
{
// ...