Skip to content

Commit

Permalink
Rename setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
tealefristoe committed Sep 5, 2024
1 parent 281db99 commit 6011d11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/CodapInterface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export interface IConfig {
preventTopLevelReorg?: boolean;
preventAttributeDeletion?: boolean;
allowEmptyAttributeDeletion?: boolean;
blockAPIRequests?: boolean;
blockAPIRequestsWhileEditing?: boolean;
respectEditableItemAttribute?: boolean;
}

Expand Down
2 changes: 1 addition & 1 deletion src/lib/codap-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export class CodapHelper {
preventTopLevelReorg: true,
preventAttributeDeletion: false,
allowEmptyAttributeDeletion: true,
blockAPIRequests: true,
blockAPIRequestsWhileEditing: true,
respectEditableItemAttribute: true,
dimensions
};
Expand Down

0 comments on commit 6011d11

Please sign in to comment.