Merge pull request #5612 from jsangmeister/fix-html-permissive
Fix typo
This commit is contained in:
commit
c83a82337b
2
.github/workflows/models.yml
vendored
2
.github/workflows/models.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
go-version: 1.15
|
||||
|
||||
- name: Install validator
|
||||
run: go get github.com/OpenSlides/openslides-modelsvalidate/cmd/modelsvalidate@v0.1.1
|
||||
run: go get github.com/OpenSlides/openslides-modelsvalidate/cmd/modelsvalidate@v0.1.2
|
||||
env:
|
||||
GO111MODULE: on
|
||||
|
||||
|
@ -264,7 +264,7 @@ committee:
|
||||
meeting:
|
||||
id: number
|
||||
welcome_title: string
|
||||
welcome_text: HtmlPermissive
|
||||
welcome_text: HTMLPermissive
|
||||
|
||||
# General
|
||||
name:
|
||||
@ -846,7 +846,7 @@ topic:
|
||||
title:
|
||||
type: string
|
||||
required: true
|
||||
text: HtmlPermissive
|
||||
text: HTMLPermissive
|
||||
|
||||
attachment_ids:
|
||||
type: relation-list
|
||||
|
Loading…
Reference in New Issue
Block a user