Skip to content

Commit cbceb9d

Browse files
committed
Updates
1 parent 13d2da7 commit cbceb9d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

powerapps-docs/developer/component-framework/code-components-model-driven-apps.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ ms.assetid: 5d100dc3-bd82-4b45-964c-d90eaebc0735
1717

1818
Power Apps component framework gives developers the ability to extend the visualizations in model-driven apps. Professional developers can create, debug, import, and add code componments to model-driven apps using [Power Apps CLI](get-powerapps-cli.md). You can add code components to fields, grids and sub grids in model-driven apps.
1919

20-
> [!div class="mx-imgBorder"]
21-
> ![Code components](media/code-components.gif "Code components")
22-
2320
> [!IMPORTANT]
2421
> Power Apps component framework is enabled for model-driven apps by default. See [Code components for canvas apps](component-framework-for-canvas-apps.md) to learn how to enable Power Apps component framework for canvas apps.
2522

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ author: Nkrb
1414

1515
Code components are a type of solution components, which means they can be included in a solution file and installed in different environments. More information: [Package and distribute extensions using solutions](https://docs.microsoft.com/dynamics365/customer-engagement/developer/package-distribute-extensions-use-solutions).
1616

17+
> [!div class="mx-imgBorder"]
18+
> ![Code components](media/code-components.gif "Code components")
19+
1720
You add code components by including them in a solution and then import it into Common Data Service. Once the components are in Common Data Service, system administrators and system customizers can configure fields, subgrids, views, and dashboard subgrids to use in place of default components. You can add these code components to both **model-driven and canvas apps**.
1821

1922
Code components consist of three elements:

0 commit comments

Comments
 (0)