We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like to add tag to gallery. Tags should be simple strings like: carousel, press, ....
The text was updated successfully, but these errors were encountered:
Add tag endpoint.
Sorry, something went wrong.
You should be able to add more tags than one - in stead of tag_id (int), it sould be tag_id(array) and expected data entry sould be {1, 2, 3}
Or we can use join table like on screenshot below. Doctrine has own implementation https://www.doctrine-project.org/projects/doctrine-orm/en/2.8/reference/association-mapping.html#one-to-many-unidirectional-with-join-table
pchalupa
Successfully merging a pull request may close this issue.
I would like to add tag to gallery. Tags should be simple strings like: carousel, press, ....
The text was updated successfully, but these errors were encountered: