修复:根据图片字段选择前台列表布局
This commit is contained in:
@@ -411,6 +411,8 @@ test('generate page presents style presets as visual themes with previews', () =
|
||||
assert.match(source, /navigationLabel\(solutionNavigation\(solution\.shell, 'frontend'\), '前台'\)/)
|
||||
assert.match(source, /navigationLabel\(solutionNavigation\(solution\.shell, 'admin'\), '后台'\)/)
|
||||
assert.match(source, /scope === 'admin' \? 'adminNavigation' : 'frontendNavigation'/)
|
||||
assert.match(source, /列表按图片自适应/)
|
||||
assert.match(source, /'preview-layout-adaptive'/)
|
||||
})
|
||||
|
||||
test('generate page shows one managed-theme error and never falls back to local presets', () => {
|
||||
|
||||
Reference in New Issue
Block a user