Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update subresources.md #1866

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion core/subresources.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ Now to create a new way of retrieving an Answer we will declare another resource
To make things work, API Platform needs information about how to retrieve the `Answer` belonging to
the `Question`, this is done by configuring the `uriVariables`:

<code-selector>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code-selector tag is used to create the buttons to switch between the PHP, XML, and YAML code.
Instead of removing it we should add a new line after the tag. That fixes the rendering, and has a working code selector.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, thanks for your message. I made the proposed fixes.

```php
<?php
// api/src/Entity/Answer.php
Expand Down