Skip to content

Commit

Permalink
Update doc heading for SZ field (#1177)
Browse files Browse the repository at this point in the history
  • Loading branch information
dexamundsen authored Feb 20, 2025
1 parent 1c3ce90 commit 26fa023
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/generated/UNDERLAY_CONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ The plugin can either be one of the core plugins (e.g. core/attribute, all possi

Serialized configuration of the primary UI display plugin e.g. "{"attribute":"gender"}".

### SZCriteriaSelector.pluginConfig
### SZCriteriaSelector.pluginConfigFile
**required** String

Name of the file that contains the serialized configuration of the primary UI display plugin.
Expand Down Expand Up @@ -455,7 +455,7 @@ The plugin can either be one of the core plugins (e.g. core/attribute, all possi

Serialized configuration of the modifier UI display plugin e.g. "{"attribute":"visitType"}".

### SZCriteriaSelectorModifier.pluginConfig
### SZCriteriaSelectorModifier.pluginConfigFile
**required** String

Name of the file that contains the serialized configuration of the modifier UI display plugin.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public class SZCriteriaSelector {
public String pluginConfig;

@AnnotatedField(
name = "SZCriteriaSelector.pluginConfig",
name = "SZCriteriaSelector.pluginConfigFile",
markdown =
"Name of the file that contains the serialized configuration of the primary UI display plugin.\n\n"
+ "This file should be in the same directory as the criteria selector (e.g. `gender.json`).\n\n"
Expand Down Expand Up @@ -131,7 +131,7 @@ public static class Modifier {
public String pluginConfig;

@AnnotatedField(
name = "SZCriteriaSelectorModifier.pluginConfig",
name = "SZCriteriaSelectorModifier.pluginConfigFile",
markdown =
"Name of the file that contains the serialized configuration of the modifier UI display plugin.\n\n"
+ "This file should be in the same directory as the criteria selector (e.g. `visitType.json`).\n\n"
Expand Down

0 comments on commit 26fa023

Please sign in to comment.