Updated since annotations in docs

This commit is contained in:
Burtannia 2020-11-17 21:00:42 +00:00
parent fcda22ec5c
commit e619b8d6ff

View File

@ -47,7 +47,7 @@ instance ToJavascript Text where toJavascript = toJavascript . toJSON
-- You can override this by specifying an alternative value in a class
-- which is then passed inside 'MultiSettings'.
--
-- @since 1.6.0
-- @since 1.7.0
data MultiSettings site = MultiSettings
{ msAddClass :: !Text -- ^ Class to be applied to the "add another" button.
, msDelClass :: !Text -- ^ Class to be applied to the "delete" button.
@ -85,7 +85,7 @@ data MultiSettings site = MultiSettings
-- > flex-direction: row;
-- > }
--
-- @since 1.6.0
-- @since 1.7.0
data MultiView site = MultiView
{ mvCounter :: FieldView site -- ^ Hidden counter field.
, mvFields :: [FieldView site] -- ^ Input fields.