Skip to Main Content
Customer Feedback

We love feedback from you on our products and the problems in your daily work that you would like us to solve. Please describe the challenge you're encountering and your desired outcome. Be as detailed as possible.

For technical issues or bugs please head to Support or our Developer Community. You can assign up to 20 votes in total. Thank you for your feedback.

Status explanation: 'Future Consideration' = Continuing to collect further feedback, not planned at this time. 'Investigating' = Prioritized for deeper customer and feasibility investigations ahead of planning development.

Categories APIs
Created by Guest
Created on Feb 13, 2024

Include drop-down choices in Content Definitions API

When setting up a Drop-down list property on a ContentType, the drop-down choices aren't included in the content definition when queried via the Content Definitions API.

In the attached screenshot you can see that I've defined 3 options for my drop-down list and when I use the /api/episerver/v3.0/contentmanifest endpoint, my content type does not include these choices.

Here is a snippet from the content manifest generated by the content type in my attached screenshot:

"properties": [
{

"name": "DropdownOptions",

"dataType": "PropertyDropDownList",

"branchSpecific": false,

"editSettings": {

"visibility": "default",

"displayName": "DropdownOptions",

"groupName": "Categories",

"sortOrder": 0,

"helpText": ""

}

}
]