-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Before:
{
block : 'page',
title : 'Title of the page',
favicon : '/favicon.ico',
styles : [{ elem : 'css', url : 'index.min.css' }],
scripts: [{ elem : 'js', url : 'index.min.js' }],
mods : { theme : 'islands' },
content : [
block>elem
]
};Result:
{
block : 'page',
title : 'Title of the page',
favicon : '/favicon.ico',
styles : [{ elem : 'css', url : 'index.min.css' }],
scripts: [{ elem : 'js', url : 'index.min.js' }],
mods : { theme : 'islands' },
content : [
{
block: 'block',
content: {
block: 'elem',
content: {}
}
}
]
};Expected:
{
block : 'page',
title : 'Title of the page',
favicon : '/favicon.ico',
styles : [{ elem : 'css', url : 'index.min.css' }],
scripts: [{ elem : 'js', url : 'index.min.js' }],
mods : { theme : 'islands' },
content : [
{
block: 'block',
content: {
block: 'elem',
content: {}
}
}
]
};Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels