minor improvements
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
// define a preview which is rendered in the overview
|
||||
preview: {
|
||||
label: false,
|
||||
template: '<ui-module-preview-figure :text="model.headline" :subline="model.text" :image="model.imageId" />'
|
||||
},
|
||||
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
import PageContent from './page.content';
|
||||
|
||||
export default {
|
||||
alias: 'page.root',
|
||||
tabs: PageContent.tabs,
|
||||
fields: PageContent.fields
|
||||
};
|
||||
@@ -5,7 +5,7 @@
|
||||
<strong class="page-error-headline">Not found</strong><br>
|
||||
The requested resource could not be found
|
||||
<br>
|
||||
({{path}})
|
||||
<code>{{path}}</code>
|
||||
</p>
|
||||
<ui-button class="page-error-button" type="light onbg" :label="detailsText" @click="details = !details" />
|
||||
<template v-if="details">
|
||||
|
||||
@@ -178,6 +178,15 @@ iframe, video
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
code
|
||||
{
|
||||
border-radius: 3px;
|
||||
padding: 1px 4px;
|
||||
border: 1px dashed var(--color-line-dashed);
|
||||
background: var(--color-bg-shade-2);
|
||||
color: var(--color-text);
|
||||
}
|
||||
|
||||
|
||||
// screenreader
|
||||
|
||||
|
||||
Reference in New Issue
Block a user