mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
docs: Replace SEND_ALL with ALWAYS_SEND_ALL_HOTSPOTS in hotspots.
This commit is contained in:
@@ -45,8 +45,9 @@ However, if you would like to fix the orientation of a hotspot popover, a
|
|||||||
|
|
||||||
### Step 3: Test manually
|
### Step 3: Test manually
|
||||||
|
|
||||||
To test your hotspot in the development environment, set `SEND_ALL = True` in
|
To test your hotspot in the development environment, set
|
||||||
`zerver/lib/hotspots.py`, and invoke `hotspots.initialize()` in your browser
|
`ALWAYS_SEND_ALL_HOTSPOTS = True` in `zproject/dev_settings.py`,
|
||||||
|
and invoke `hotspots.initialize()` in your browser
|
||||||
console. Every hotspot should be displayed.
|
console. Every hotspot should be displayed.
|
||||||
|
|
||||||
Here are some visual characteristics to confirm:
|
Here are some visual characteristics to confirm:
|
||||||
|
|||||||
Reference in New Issue
Block a user