Skip to content

Commit da3016b

Browse files
authored
Merge pull request #1957 from MicrosoftDocs/Nava_pcfcanvas
Nava pcfcanvas
2 parents 7ba120a + a87f039 commit da3016b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.topic: "article"
1111
author: Nkrb
1212
---
1313

14-
# Package a custom component
14+
# Package a code component
1515

1616
This topic demonstrates how to import code components into Common Data Service. After developing the code components using the PowerApps CLI, the next step is to import those components, so that you can see the components in runtime.
1717

powerapps-docs/developer/component-framework/manifest-schema-reference/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This section contains reference documentation for manifest schema generated usin
3636
|[property-set](property-set.md)|[!INCLUDE [property-set-description](includes/property-set-description.md)]|Model-driven apps|
3737
|[resources](resources.md)|[!INCLUDE [resources-description](includes/resources-description.md)]|Model-driven apps and canvas apps (experimental preview)|
3838
|[resx](resx.md)|[!INCLUDE [resx-description](includes/resx-description.md)]|Model-driven apps and canvas apps (experimental preview)|
39-
|[type-group](type-group.md)|[!INCLUDE [type-group-description](includes/type-group-description.md)]|Model-driven apps|
39+
|[type-group](type-group.md)|[!INCLUDE [type-group-description](includes/type-group-description.md)]|Model-driven apps and canvas apps (experimental preview)|
4040
|[feature-usage](feature-usage.md)|The feature-usage element acts as a wrapper around the `uses-feature` elements, which themselves allow developers to declare which features their component wants to use. If there are no uses-feature elements defined, the feature-usage element is not required.|Model-driven apps|
4141

4242
### Related topics

powerapps-docs/developer/component-framework/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
items:
1717
- name: Create and build a code component
1818
href: create-custom-controls-using-pcf.md
19-
- name: Package a custom component
19+
- name: Package a code component
2020
href: import-custom-controls.md
21-
- name: Debug a custom component
21+
- name: Debug a code component
2222
href: debugging-custom-controls.md
2323
- name: Add components to model-driven apps
2424
href: add-custom-controls-to-a-field-or-entity.md

0 commit comments

Comments
 (0)