Skip to content

Commit 5a15751

Browse files
authored
Apply suggestions
1 parent e5c42b5 commit 5a15751

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

16/umbraco-forms/developer/extending/uibuilder-repository-prevalue.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
When using [Umbraco UI Builder](https://docs.umbraco.com/umbraco-ui-builder/) alongside Umbraco Forms, you can use a configured UI Builder repository as a prevalue source.
44

5-
To do this, you will need to create a custom `FieldPreValueSourceType` source that uses UI Builder's `SectionConfiguration` property editor. Once configured, users will be able to select a repository and fetch the prevalues from there.
5+
To do this, you will need to create a custom `FieldPreValueSourceType` source that uses UI Builder's `SectionConfiguration` property editor. Once configured, you can select a repository and fetch the prevalues from there.
66

77
## Example
88

@@ -219,10 +219,10 @@ public class MyComposer : IComposer
219219
}
220220
```
221221

222-
This will then make the "UI Builder Repository" available when creating a new prevalue source:
222+
This will then make the **UI Builder Repository** available when creating a new prevalue source:
223223

224224
![UI Builder Repository available as a prevalue source](./images/uibuilder-repository-prevalue-source.png)
225225

226-
Once selected, a user can pick a section, collection, and data view from the configured UI Builder repositories:
226+
Once selected, you can pick a **Section**, **Collection**, and **Data View** from the configured UI Builder repositories:
227227

228228
![Selecting a UI Builder repository as a prevalue source](./images/uibuilder-repository-prevalue-configuration.png)

17/umbraco-forms/developer/extending/uibuilder-repository-prevalue.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
When using [Umbraco UI Builder](https://docs.umbraco.com/umbraco-ui-builder/) alongside Umbraco Forms, you can use a configured UI Builder repository as a prevalue source.
44

5-
To do this, you will need to create a custom `FieldPreValueSourceType` source that uses UI Builder's `SectionConfiguration` property editor. Once configured, users will be able to select a repository and fetch the prevalues from there.
5+
To do this, you will need to create a custom `FieldPreValueSourceType` source that uses UI Builder's `SectionConfiguration` property editor. Once configured, you can select a repository and fetch the prevalues from there.
66

77
## Example
88

@@ -219,10 +219,10 @@ public class MyComposer : IComposer
219219
}
220220
```
221221

222-
This will then make the "UI Builder Repository" available when creating a new prevalue source:
222+
This will then make the **UI Builder Repository** available when creating a new prevalue source:
223223

224224
![UI Builder Repository available as a prevalue source](./images/uibuilder-repository-prevalue-source.png)
225225

226-
Once selected, a user can pick a section, collection, and data view from the configured UI Builder repositories:
226+
Once selected, you can pick a **Section**, **Collection**, and **Data View** from the configured UI Builder repositories:
227227

228228
![Selecting a UI Builder repository as a prevalue source](./images/uibuilder-repository-prevalue-configuration.png)

0 commit comments

Comments
 (0)