Skip to content

Commit

Permalink
docs: update vars
Browse files Browse the repository at this point in the history
  • Loading branch information
kraanzu committed Dec 7, 2024
1 parent f069295 commit 9c7c0d8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions site/docs/configuration/vars.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,23 @@ h2 code {
This api component exposes some of the stuff running on dooit + act as a global register to tweak settings \
Its still developing and I'll add more stuff to it as per demand!

## `editable` always_expand_workspaces

If set to `True`, the workspaces will always be expanded

```py
def always_expand_workspaces(self) -> bool
```

## `editable` always_expand_todos

If set to `True`, the todos will always be expanded

```py
def always_expand_todos(self) -> bool
```


## `editable` show_confirm

Returns a boolean value if confirmation is enabled
Expand Down

0 comments on commit 9c7c0d8

Please sign in to comment.