Skip to content

Commit

Permalink
Highlight version number
Browse files Browse the repository at this point in the history
  • Loading branch information
sebduggan committed Nov 15, 2023
1 parent 05a3bd1 commit db6563c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/02.devguides/38.dataexporters/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ component {

## Configuring default exclude fields

As of Preside 10.25.0, you are able to configure default global fields to be excluded for data export by `settings.dataExports.defaults.excludeFields`:
As of Preside *10.25.0*, you are able to configure default global fields to be excluded for data export by `settings.dataExports.defaults.excludeFields`:

```luceescript
// /application/config/Config.cfc
Expand Down Expand Up @@ -290,7 +290,7 @@ component {

![Screenshot showing example of a expanded many-to-one relationship field in export](images/screenshots/export-expanded-field-example.png)

As of Preside 10.25.0, you are able to configure `many-to-one` relationship fields to be expanded and available when exporting an object. You able to configure this in the object level or object property level as below.
As of Preside *10.25.0*, you are able to configure `many-to-one` relationship fields to be expanded and available when exporting an object. You able to configure this in the object level or object property level as below.

### Configure at object level

Expand Down

0 comments on commit db6563c

Please sign in to comment.