Fix more instances of JSON schema getting clobbered when attaching references (#15339)
This PR extends the fix from #15336 to more places that had the same issue. An `add_references_to_properties` helper function has been added to handle these cases uniformly. Release Notes: - N/A
This commit is contained in:
parent
8b22f09b6f
commit
1ffb34c5fc
7 changed files with 65 additions and 54 deletions
|
@ -1,4 +1,5 @@
|
|||
mod editable_setting_control;
|
||||
mod json_schema;
|
||||
mod keymap_file;
|
||||
mod settings_file;
|
||||
mod settings_store;
|
||||
|
@ -9,6 +10,7 @@ use std::{borrow::Cow, str};
|
|||
use util::asset_str;
|
||||
|
||||
pub use editable_setting_control::*;
|
||||
pub use json_schema::*;
|
||||
pub use keymap_file::KeymapFile;
|
||||
pub use settings_file::*;
|
||||
pub use settings_store::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue