mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(scripts): add hasEditableBoundaries property for workshop metadata (#62413)
Co-authored-by: Mauricio Scioville <invasormou@gmail.com>
This commit is contained in:
@@ -185,6 +185,9 @@ async function createMetaJson(
|
||||
newMeta = getBaseMeta('FullStack');
|
||||
newMeta.blockType = blockType;
|
||||
newMeta.blockLayout = blockLayout;
|
||||
if (blockType === BlockTypes.workshop) {
|
||||
newMeta.hasEditableBoundaries = true;
|
||||
}
|
||||
} else {
|
||||
newMeta = getBaseMeta('Step');
|
||||
newMeta.order = order;
|
||||
|
||||
Reference in New Issue
Block a user