Skip to content

Commit db78458

Browse files
Config file path correction
The framework form configuration should be in the `api/config/packages/framework.yaml` file, not `api/config/packages/api_platform.yaml`
1 parent e4745cc commit db78458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/fosuser-bundle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If you are using the API Platform Standard Edition, you will need to enable the
2222
configuration options:
2323

2424
```yaml
25-
# api/config/packages/api_platform.yaml
25+
# api/config/packages/framework.yaml
2626
framework:
2727
form: { enabled: true }
2828
```

0 commit comments

Comments
 (0)