diff --git a/content/lua.api.manual/types/lua_widget.md b/content/lua.api.manual/types/lua_widget.md index a9980cc..da27131 100644 --- a/content/lua.api.manual/types/lua_widget.md +++ b/content/lua.api.manual/types/lua_widget.md @@ -18,6 +18,18 @@ Attributes: This widget has no extra registration parameters +# lua_widget.name + +**Lua API 6.2.0** + +`string or nil` + +Name assigned to the widget for CSS styling purposes. + +Attributes: + +* [write](../Attributes#write) + # lua_widget.sensitive `boolean` diff --git a/content/lua.api.manual/version.md b/content/lua.api.manual/version.md index fe7a4d5..0de2df4 100644 --- a/content/lua.api.manual/version.md +++ b/content/lua.api.manual/version.md @@ -12,4 +12,4 @@ The Lua API version currently used in darktable 3.4 is 6.1.0. # Development API -The current Lua API is currently at version 6.2.0 in the development branch of darktable \(currently 3.5\). All changes for version 6.2.0 will be identified as such until version 6.2.0 is included in a darktable release. \ No newline at end of file +The API is currently at version 6.2.0 in the development branch of darktable \(currently 3.5\). All changes for version 6.2.0 will be identified as such until version 6.2.0 is included in a darktable release.