Skip to content

Commit 22bed9b

Browse files
committed
Update link
1 parent 16af9c1 commit 22bed9b

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

powerapps-docs/developer/component-framework/community-resources.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ Make sure that you review the licensing terms and the source code before you dow
3131
> [!div class="mx-imgBorder"]
3232
> ![Component gallery](media/pcf-gallery.PNG "Components gallery")
3333
34-
3534
## Blogs
3635

3736
The following is the list of blogs created by Power Apps community.
@@ -47,21 +46,23 @@ The following is the list of blogs created by Power Apps community.
4746
- [Work with code components using Power Apps component framework](https://powermaverick.dev/2019/05/18/create-custom-controls-using-powerapp-component-framework)
4847

4948
## Videos
49+
5050
The following is the list of videos created by Power Apps community.
5151

5252
- [Build your own code components](https://www.youtube.com/watch?v=S3Z_IUf1ncg)
5353
- [Code components for canvas apps](https://www.youtube.com/watch?v=bMSCkcb4xAQ&feature=emb_logo)
5454
- [Easier debugging with sourcemaps and Fiddler](https://www.youtube.com/watch?v=Ov-m5FBUj9g&feature=youtu.be)
5555
- [Getting started with code components](https://www.youtube.com/watch?v=ylhVZUlGgQw)
5656
- [Power Apps component framework Academy: Getting started](https://www.youtube.com/watch?v=YJ9hrKxAhTU)
57-
- [Power Apps component framework Academy: Working with manifest file](https://www.youtube.com/watch?v=qbSpDVTxt7U&t=5s)
57+
- [Power Apps component framework Academy: Deep dive manifest file for field template](https://www.youtube.com/watch?time_continue=522&v=w40zqSsYEy0)
5858
- [Power Apps component framework Academy: Dataset components](https://www.youtube.com/watch?v=OEiM97nTD0w)
5959
- [Power Apps component framework Academy: Importing into your organization](https://www.youtube.com/watch?v=2uO2L2xTPkc)
6060
- [Power Apps component framework Academy: Using React and Office UI fabric](https://www.youtube.com/watch?v=e7JNgGlI3nE)
6161
- [Power Apps component framework Academy: Usage of additional frameworks](https://www.youtube.com/watch?v=cOPyyDdsEjQ)
62+
- [Power Apps component framework Academy: Working with manifest file](https://www.youtube.com/watch?v=qbSpDVTxt7U&t=5s)
6263
- [Power Apps component framework code components](https://www.youtube.com/watch?v=FxWF-LCCB4g&feature=youtu.be)
6364

6465

6566
## Tools
6667

67-
The [Custom Control Builder](https://www.xrmtoolbox.com/plugins/Maverick.PCF.Builder/) is a tool from XrmToolBox that lets you create code components in visual manner using the Power Apps CLI.
68+
The [Code component builder](https://www.xrmtoolbox.com/plugins/Maverick.PCF.Builder/) is a tool from XrmToolBox that lets you create code components in visual manner using the Power Apps CLI.

powerapps-docs/developer/component-framework/issues-and-workarounds.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,12 @@ If a component is created using the CLI version lower than 0.4.3, you will encou
7373
</packageSourceCredentials>
7474
</configuration>
7575
```
76+
77+
**Web resource size is too big**
78+
79+
Error **Import Solution Failed: Web resource content size is too big**.
80+
81+
**Workaround**
82+
83+
1. When you're creating the `bundle.js` file from the CLI tooling, it bundles lot of components which makes the file large. Remove some of the components that are not necessary.
84+
2. Build the component in `production` mode by modifying the `node_modules/pcf-scripts/webpackconfig.js` file.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,8 @@
195195
href: reference/linking/getlinkedentities.md
196196
- name: LookupOptions
197197
href: reference/lookupoptions.md
198+
- name: Metadata
199+
href: reference/metadata.md
198200
- name: Mode
199201
href: reference/mode.md
200202
items:
@@ -253,6 +255,8 @@
253255
href: reference/popupservice/setpopupsid.md
254256
- name: updatePopup
255257
href: reference/popupservice/updatepopup.md
258+
- name: Position
259+
href: reference/position.md
256260
- name: Property
257261
href: reference/property.md
258262
- name: RetrieveMultipleResponse

0 commit comments

Comments
 (0)