storyConfigMock top-level constant
Map
const storyConfigMock
Implementation
const Map storyConfigMock = {
'layout': 1,
'urlImage': 'https://images.unsplash.com/photo-1535704882196-765e5fc62a53',
'contents': [
{
'title': 'MARCH 7, 2019',
'paddingContent': {
'top': 0.1,
'bottom': null,
'left': null,
'right': null
},
'link': {'type': 'category', 'value': '23', 'tag': '1'},
'typography': {
'font': 'Roboto',
'fontSize': 15.0,
'fontStyle': 'normal',
'align': 'center',
'transform': 'full'
},
'animation': {'type': 'fadeIn', 'milliseconds': 300, 'delay': 0},
'spacing': {
'padding': {'left': 0.0, 'right': 0.0, 'top': 0.0, 'bottom': 0.0},
'margin': {'left': 0.0, 'right': 0.0, 'top': 0.0, 'bottom': 0.0}
}
},
{
'title': "SpaceX's Crew Dragon approached the space station",
'paddingContent': {
'top': 0.2,
'bottom': null,
'left': null,
'right': null
},
'link': {'url': '', 'type': 'category'},
'typography': {
'font': 'Playfair Display',
'fontSize': 37.0,
'fontStyle': 'bold',
'align': 'center',
'transform': 'normal'
},
'animation': {'type': 'fadeIn', 'milliseconds': 300, 'delay': 0},
'spacing': {
'padding': {'left': 0.0, 'right': 0.0, 'top': 0.0, 'bottom': 0.0},
'margin': {'left': 0.0, 'right': 0.0, 'top': 0.0, 'bottom': 0.0}
}
},
{
'title': 'Published by John Doe',
'paddingContent': {
'top': 0.1,
'bottom': null,
'left': null,
'right': null
},
'link': {'url': '', 'type': 'category'},
'typography': {
'font': 'Roboto',
'fontSize': 12.0,
'fontStyle': 'normal',
'align': 'center',
'transform': 'full'
},
'animation': {'type': 'fadeIn', 'milliseconds': 300, 'delay': 0},
'spacing': {
'padding': {'left': 0.0, 'right': 0.0, 'top': 0.0, 'bottom': 0.0},
'margin': {'left': 0.0, 'right': 0.0, 'top': 0.0, 'bottom': 0.0}
}
}
]
};