-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
umbraco/UmbracoDocs
#7316Labels
state/sprint-candidateWe're trying to get this in a sprint at HQ in the next few weeksWe're trying to get this in a sprint at HQ in the next few weekstype/bug
Description
Which Umbraco version are you using?
main
Bug summary
umbraco/Umbraco-CMS/src/Umbraco.Web.UI.Client/src/packages/core/section/extensions/section-sidebar-app.extension.ts doesn't define a MetaSection-interface.
The documentation states there is a sections-array: https://docs.umbraco.com/umbraco-cms/customizing/extending-overview/extension-types/sections/section-sidebar
This causes an inconsistency with the TS auto-complete.
EDIT: I feel this is documentation inconsistency and the "sections"-array doesn't actually exist anymore.
Specifics
No response
Steps to reproduce
Check the first URL.
Expected result / actual result
There is a MetaSection-interface, so when I make a variable in TS: const sectionSideBarManifest: ManifestSectionSidebarApp, the auto-complete will help me accordingly.
This item has been added to our backlog AB#55668
Metadata
Metadata
Assignees
Labels
state/sprint-candidateWe're trying to get this in a sprint at HQ in the next few weeksWe're trying to get this in a sprint at HQ in the next few weekstype/bug