diff --git a/source/import_documentation/Widgets/Reference.rst b/source/import_documentation/Widgets/Reference.rst
index 3e21b6736082adf25b1a9322084589ab54652993..b627cadb4927849f9fa7b3a80386cea86070619e 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).*