Skip to content
Snippets Groups Projects
Commit a3124883 authored by Valentin Rigal's avatar Valentin Rigal
Browse files

Add Word and Line to default corpus types

parent a2a6d499
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