diff --git a/src/editors/containers/ProblemEditor/data/mockData/olxTestData.js b/src/editors/containers/ProblemEditor/data/mockData/olxTestData.js index b729de352..4cd9856eb 100644 --- a/src/editors/containers/ProblemEditor/data/mockData/olxTestData.js +++ b/src/editors/containers/ProblemEditor/data/mockData/olxTestData.js @@ -2,7 +2,7 @@ // lint is disabled for this file due to strict spacing export const checkboxesOLXWithFeedbackAndHintsOLX = { - rawOLX: ` + rawOLX: `

You can use this template as a guide to the simple editor markdown and OLX markup to use for checkboxes with hints and feedback problems. Edit this component to replace this template with your own assessment.

diff --git a/src/editors/data/constants/problem.ts b/src/editors/data/constants/problem.ts index 8470b43d6..a5089addf 100644 --- a/src/editors/data/constants/problem.ts +++ b/src/editors/data/constants/problem.ts @@ -380,6 +380,8 @@ export const ignoredOlxAttributes = [ '@_url_name', '@_x-is-pointer-node', '@_markdown_edited', + '@_copied_from_block', + '@_copied_from_version', ] as const; // Useful for the block creation workflow. diff --git a/src/library-authoring/components/BaseCard.tsx b/src/library-authoring/components/BaseCard.tsx index f7d9ea32b..62dcb947e 100644 --- a/src/library-authoring/components/BaseCard.tsx +++ b/src/library-authoring/components/BaseCard.tsx @@ -64,7 +64,7 @@ const BaseCard = ({ + } actions={(