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