From 3c5327bba7938cb2dbfea0556ca0f491620028f6 Mon Sep 17 00:00:00 2001
From: Valentin Rigal <rigal@teklia.com>
Date: Thu, 8 Oct 2020 14:49:33 +0200
Subject: [PATCH] Add a comment to specify DEFAULT_CORPUS_ATTRS IN the frontend

---
 arkindex/project/default_corpus.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arkindex/project/default_corpus.py b/arkindex/project/default_corpus.py
index daade45b36..0f47677f99 100644
--- a/arkindex/project/default_corpus.py
+++ b/arkindex/project/default_corpus.py
@@ -2,6 +2,7 @@
 from arkindex_common.enums import TranscriptionType
 
 
+# If you edit default types, please update 'DEFAULT_CORPUS_ATTRS' config value in the frontend (at js/config.js)
 DEFAULT_CORPUS_TYPES = [
     {
         'slug': 'folder',
-- 
GitLab