From e7f9bc5f943a584fc08bcc05585a3229ca99530f Mon Sep 17 00:00:00 2001
From: invitu
Date: Thu, 20 Dec 2018 23:59:28 -1000
Subject: [PATCH] [FIX] web_timeline: fix readme - To be squashed with previous
one on migration (#1137)
---
web_timeline/README.rst | 2 ++
web_timeline/readme/CONFIGURE.rst | 2 ++
web_timeline/static/description/index.html | 4 ++++
3 files changed, 8 insertions(+)
diff --git a/web_timeline/README.rst b/web_timeline/README.rst
index 5881f7320..eaaf4eef3 100755
--- a/web_timeline/README.rst
+++ b/web_timeline/README.rst
@@ -58,6 +58,8 @@ the possible attributes for the tag:
+--------------------+-----------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| event_open_popup | No | When set to true, it allows to edit the events in a popup. If not (default value), the record is edited changing to form view. |
+--------------------+-----------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| stack | No | When set to false, items will not be stacked on top of each other such that they do overlap. |
++--------------------+-----------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| colors | No | Allows to set certain specific colors if the expressed condition (JS syntax) is met. |
+--------------------+-----------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| dependency_arrow | No | Set this attribute to a x2many field to draw arrows between the records referenced in the x2many field. |
diff --git a/web_timeline/readme/CONFIGURE.rst b/web_timeline/readme/CONFIGURE.rst
index a05a24bc2..0d1435fac 100644
--- a/web_timeline/readme/CONFIGURE.rst
+++ b/web_timeline/readme/CONFIGURE.rst
@@ -18,6 +18,8 @@ the possible attributes for the tag:
+--------------------+-----------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| event_open_popup | No | When set to true, it allows to edit the events in a popup. If not (default value), the record is edited changing to form view. |
+--------------------+-----------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| stack | No | When set to false, items will not be stacked on top of each other such that they do overlap. |
++--------------------+-----------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| colors | No | Allows to set certain specific colors if the expressed condition (JS syntax) is met. |
+--------------------+-----------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| dependency_arrow | No | Set this attribute to a x2many field to draw arrows between the records referenced in the x2many field. |
diff --git a/web_timeline/static/description/index.html b/web_timeline/static/description/index.html
index 338104146..f2714f975 100644
--- a/web_timeline/static/description/index.html
+++ b/web_timeline/static/description/index.html
@@ -435,6 +435,10 @@ the possible attributes for the tag:
No |
When set to true, it allows to edit the events in a popup. If not (default value), the record is edited changing to form view. |
+stack |
+No |
+When set to false, items will not be stacked on top of each other such that they do overlap. |
+
colors |
No |
Allows to set certain specific colors if the expressed condition (JS syntax) is met. |