From f3f4fda3ce772476dd9004070359708113324993 Mon Sep 17 00:00:00 2001
From: Manon Bourgognon <manon.bourgognon@epitech.eu>
Date: Wed, 26 May 2021 11:25:53 +0200
Subject: [PATCH] add version on new attr (class-add/remove)

---
 source/import_documentation/Mixins/widget-mixin.rst | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/source/import_documentation/Mixins/widget-mixin.rst b/source/import_documentation/Mixins/widget-mixin.rst
index 086e68e..5df7ebd 100644
--- a/source/import_documentation/Mixins/widget-mixin.rst
+++ b/source/import_documentation/Mixins/widget-mixin.rst
@@ -215,7 +215,9 @@ Attributes
 - ``multiple-[field]-add-label`` : Text of the “+” button used to add an element  
 
 - ``multiple-[field]-remove-label`` : Text of the “x” button used to remove an element  
-    
-- ``multiple-[field]-add-class`` : Class of the “+” button used to add an element  
 
-- ``multiple-[field]-remove-class`` : Class of the “x” button used to remove an element  
+*Available from version 0.18*
+
+- ``multiple-[field]-add-class`` : Class of the “+” button used to add an element
+
+- ``multiple-[field]-remove-class`` : Class of the “x” button used to remove an element  
\ No newline at end of file
-- 
GitLab