Skip to content
Snippets Groups Projects
Commit 7610cde0 authored by Bastien Abadie's avatar Bastien Abadie
Browse files

Merge branch 'word-line-default-types' into 'master'

Add Word and Paragraph to default corpus types

See merge request !907
parents a2a6d499 a3124883
No related branches found
No related tags found
1 merge request!907Add Word and Paragraph to default corpus types
......@@ -17,6 +17,14 @@ DEFAULT_CORPUS_TYPES = [
'display_name': 'Text line',
'allowed_transcription': TranscriptionType.Line,
},
{
'slug': 'word',
'display_name': 'Word',
},
{
'slug': 'paragraph',
'display_name': 'Paragraph',
},
{
'slug': 'illustration',
'display_name': 'Illustration',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment