Skip to content

Commit

Permalink
Merge pull request #98 from concord-consortium/188104356-block-api-re…
Browse files Browse the repository at this point in the history
…quests

188104356  Make Shared Table Block API Requests
  • Loading branch information
tealefristoe authored Sep 6, 2024
2 parents 9c6df70 + 6011d11 commit e6ff818
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/CodapInterface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export interface IConfig {
preventTopLevelReorg?: boolean;
preventAttributeDeletion?: boolean;
allowEmptyAttributeDeletion?: boolean;
blockAPIRequestsWhileEditing?: boolean;
respectEditableItemAttribute?: boolean;
}

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

0 comments on commit e6ff818

Please sign in to comment.