Skip to content

[WTF-2293]: Restructure Pluggable Widgets API Docs by SP version #9662

New issue

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

Merged
merged 3 commits into from
Jun 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Pluggable Widgets API"
url: /apidocs-mxsdk/apidocs/pluggable-widgets/
url: /apidocs-mxsdk/apidocs/pluggable-widgets-10/
description: "This API helps you to understand pluggable widgets, how they extend app functionality, and how they can be built to interact with Mendix's APIs in Mx10."
no_list: false
description_list: true
Expand Down Expand Up @@ -285,7 +285,7 @@ Note that the **Common** and **Appearance** tabs are added to your widget config

## Widget Property

This section will explain the shape of the widget property. For more detailed information on widget properties, see [Pluggable Widget Property Types](/apidocs-mxsdk/apidocs/pluggable-widgets-property-types/). Every `property` tag in the Widget Properties Definition has a shape similar to this:
This section will explain the shape of the widget property. For more detailed information on widget properties, see [Pluggable Widget Property Types](/apidocs-mxsdk/apidocs/pluggable-widgets-property-types-10/). Every `property` tag in the Widget Properties Definition has a shape similar to this:

```xml
<property key="cardName" type="textTemplate">
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading