main
Ugo Finnendahl 2 months ago
parent c98daf4b76
commit ba04659d6f
  1. 1
      assets/js/components/dialog.js
  2. 5
      content/3_boards/boards.txt
  3. 4
      site/blueprints/pages/member.yml

@ -10,7 +10,6 @@ export default {
const handlers = [ArrowHorizontalKeyHandler];
if (props.withshortkey) {
handlers.push(NumberKeyHandler);
console.log(handlers);
}
handleActive(props, handlers);
const elements = computed(() => props.buttons.map((i) => { i.onClick = () => emit('resolve', i.result ); return i; }) );

@ -1,5 +0,0 @@
Title: Boards
----
Uuid: 38D0Y5SHxMR9Ypkz

@ -17,7 +17,6 @@ create:
sections:
fields:
type: fields
width: 2/3
fields:
forename:
label: First name
@ -41,8 +40,5 @@ sections:
width: 1/6
multiple: false
query: page.images
files:
width: 1/3
sections:
files:
type: files

Loading…
Cancel
Save