Skip to content

How do I add ContentParts to tabs within the admin editor, for a ContentType, as I can with ContentFields? #15657

Closed Answered by ApacheTech
ApacheTech asked this question in Q&A
Discussion options

You must be logged in to vote

Answer

  1. Manually create a placement for ContentPart_Edit.
  2. Add the following:
[
  {
    "place": "Parts#Parameters",
    "displayType": null,
    "differentiator": "ApiEndpoint-Parameters",
    "alternates": null,
    "wrappers": null,
    "shape": null
  }
]

This will move the entire part, including the title and description, into the correct tab.

Bonus:

Renaming tabs:
#13534

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Piedone
Comment options

Answer selected by ApacheTech
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants