Skip to content

Commit 4708b16

Browse files
authored
Tweaks and fixes
1 parent 84d7705 commit 4708b16

File tree

1 file changed

+2
-3
lines changed
  • powerapps-docs/developer/component-framework

1 file changed

+2
-3
lines changed

powerapps-docs/developer/component-framework/overview.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ Power Apps component framework empowers professional developers and app makers t
2121
- Replace a column that displays a numeric text value with a `dial` or `slider` code component.
2222
- Transform a list into an entirely different visual experience bound to the data set like a `Calendar` or `Map`.
2323

24-
[!INCLUDE[cc-terminology](../data-platform/includes/cc-terminology.md)]
25-
2624
> [!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RE4slRe]
2725
2826

@@ -37,7 +35,7 @@ Power Apps component framework empowers professional developers and app makers t
3735

3836
Unlike HTML web resources, code components are rendered as a part of the same context, load at the same time as any other components, providing a seamless experience for the users.
3937

40-
Developers can bundle all the HTML, CSS, and TypeScript files into a single [solution](/dynamics365/customer-engagement/customize/solutions-overview) package file and move across environments and also shipped via [AppSource](https://appsource.microsoft.com/marketplace/apps?page=1&product=dynamics-365).
38+
Developers can bundle all the HTML, CSS, and TypeScript files into a single [solution](../../maker/data-platform/solutions-overview.md) package file and move across environments and also shipped via [AppSource](https://appsource.microsoft.com/marketplace/apps?page=1&product=dynamics-365).
4139

4240
Code components can be reused many times across different tables and forms. Use Power Apps component framework to create code components that can be used across the full breadth of Power Apps capabilities.
4341

@@ -68,6 +66,7 @@ With the general availability of the framework, code component developers will b
6866
[Code components for canvas apps](component-framework-for-canvas-apps.md)<br/>
6967
[Create and build a code component](create-custom-controls-using-pcf.md)<br/>
7068
[Learn Power Apps component framework](/learn/paths/use-power-apps-component-framework)
69+
[Use code components in Power Apps portals](../../maker/portals/component-framework.md)
7170

7271

7372

0 commit comments

Comments
 (0)