From fc15d9bf6dfb3e6951a93fa7f57c9304136a5381 Mon Sep 17 00:00:00 2001
From: Manon Bourgognon <manon.bourgognon@epitech.eu>
Date: Mon, 26 Jul 2021 11:41:49 +0200
Subject: [PATCH] update API widgets ref page

---
 source/import_documentation/Widgets/Reference.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/import_documentation/Widgets/Reference.rst b/source/import_documentation/Widgets/Reference.rst
index 3e21b67..b627cad 100644
--- a/source/import_documentation/Widgets/Reference.rst
+++ b/source/import_documentation/Widgets/Reference.rst
@@ -15,7 +15,7 @@ Here is a schema of how it works:
 
 ``solid-[type]-[template]-[features]``
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-Its name must begin by "**solid-**", followed by at least a ``type`` or a ``template`` and eventually one or several ``features``.
+Its name must begin by "**solid-**", followed by at least a ``type`` (except for ``default`` type) and a ``template``, and eventually one or several ``features``.
 
 *All the keywords must be separated by an hyphen``-``, it is recommended to keep that order (to harmonise widget names writing).*
 
-- 
GitLab