fix: simplify mobile layout tabs (#44431)
* fix: simplify mobile layout tabs Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com> Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
@ -296,6 +296,7 @@ ${getFullPath('english')}
|
||||
);
|
||||
const {
|
||||
name: blockName,
|
||||
hasEditableBoundaries,
|
||||
order,
|
||||
isPrivate,
|
||||
required = [],
|
||||
@ -304,6 +305,7 @@ ${getFullPath('english')}
|
||||
usesMultifileEditor
|
||||
} = meta;
|
||||
challenge.block = dasherize(blockName);
|
||||
challenge.hasEditableBoundaries = !!hasEditableBoundaries;
|
||||
challenge.order = order;
|
||||
const superOrder = getSuperOrder(superBlock);
|
||||
if (superOrder !== null) challenge.superOrder = superOrder;
|
||||
|
Reference in New Issue
Block a user