SLING-7452 Document the handling of multiple value fields with SlingPostServlet#7
SLING-7452 Document the handling of multiple value fields with SlingPostServlet#7dplaton wants to merge 4 commits intoapache:masterfrom
Conversation
|
I see that the changes are already documented at http://sling.apache.org/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.html#patch Wouldn't make sense to have this at least moved in the "Multiple values" section? |
|
@dplaton - would it work if you added a link from the 'multiple values' section to the 'patch' section? Also it would be good to review if your changes have any additions/clarifications over the current docs. |
…gPostServlet Add a link to the `@Patch` suffix documentation in the "Multiple values" section.
|
Ok @rombert , I added a link to the 'patch' section. That section covers everything there is to know. |
|
I know I'm nitpicking, but there's already an auto-generated patch anchor - https://sling.apache.org/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.html#patch . Can you use that instead? |
|
Ok, I wanted to use an internal link instead of the long one. |
…gPostServlet Add the link to the existing generated anchor
|
Can't you use '#patch' as a link? |
|
My editor didn't recognize the link when I used #patch so I thought is not supported. |
|
It's auto-generated by the markdown template, so the editor can't know about it. |
…gPostServlet Update the link to point only to the anchor, not to the whole URL.
|
Looks good, thanks! |
Please review and merge accordingly.
Thank you.