forked from MapComplete/MapComplete
Simplified update process
This commit is contained in:
parent
5e0d54601c
commit
5c9fb293e9
6 changed files with 51 additions and 69 deletions
|
@ -5,6 +5,7 @@ import {QuestionDefinition} from "../../Logic/Question";
|
|||
import {TagRenderingOptions} from "../TagRendering";
|
||||
import {NameInline} from "../Questions/NameInline";
|
||||
import {NameQuestion} from "../Questions/NameQuestion";
|
||||
import {ImageCarouselWithUploadConstructor} from "../../UI/Image/ImageCarouselWithUpload";
|
||||
|
||||
export class Bookcases extends LayerDefinition {
|
||||
|
||||
|
@ -19,7 +20,7 @@ export class Bookcases extends LayerDefinition {
|
|||
|
||||
this.title = new NameInline("ruilboekenkastje");
|
||||
this.elementsToShow = [
|
||||
|
||||
new ImageCarouselWithUploadConstructor(),
|
||||
new TagRenderingOptions({
|
||||
question: "Heeft dit boekenruilkastje een naam?",
|
||||
freeform: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue