Skip to content

Commit

Permalink
Merge pull request #35 from umadair/main
Browse files Browse the repository at this point in the history
Update `:user_defined_in_basic` configuration in `bentley_config.rb`
  • Loading branch information
ssciolla authored Nov 29, 2023
2 parents 37c870b + 139624b commit 9e70534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/instances/bentley/bentley_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
AppConfig[:user_defined_in_basic] = {
"accessions" => ["text_1", "string_1", "enum_1", "enum_2", "enum_3", "enum_4", "boolean_1", "boolean_2"],
"digital_objects" => [],
"resources" => ["enum_1", "enum_2", "enum_3"],
"resources" => ["enum_1", "enum_2", "enum_3", "integer_1"],
"hide_user_defined_section" => true
}

0 comments on commit 9e70534

Please sign in to comment.