implemented json import/export of actions

This commit is contained in:
Stephan Richter
2020-12-04 23:54:27 +01:00
parent 8901973808
commit aab9fcada4
6 changed files with 86 additions and 45 deletions

View File

@@ -319,4 +319,10 @@ polyline{
svg.disconnected rect{
fill: red;
}
textarea.json {
width: 90%;
height: 33%;
margin-left: 5%;
}