Changes

Line 907: Line 907:  
     "email": "pierre.coe@gmail.com",
 
     "email": "pierre.coe@gmail.com",
 
     "phone": "",
 
     "phone": "",
     "web":null,"skip_address":null,"logo":null,"address": "GB, London, Storey's Gate, ",
+
     "web": null,
 +
    "skip_address": null,
 +
    "logo": null,
 +
    "address": "GB, London, Storey's Gate, ",
 
     "description_text": "Write a description about your company or about you as a service provider. You can add other service providers inside the system and each can have his own description.",
 
     "description_text": "Write a description about your company or about you as a service provider. You can add other service providers inside the system and each can have his own description.",
 
     "timezone": "Europe London",
 
     "timezone": "Europe London",
     "show_in_client_timezone":false,"timeframe": "60",
+
     "show_in_client_timezone": false,
 +
    "timeframe": "60",
 
     "timeline_type": "modern_week",
 
     "timeline_type": "modern_week",
 
     "allow_event_day_break": "0",
 
     "allow_event_day_break": "0",
 
     "allow_event_breaktime_break": "0"
 
     "allow_event_breaktime_break": "0"
 
   }
 
   }
 +
 +
<code>timeline_type</code> field can be one the following values:
 +
 +
* flexible
 +
* modern
 +
* flexible_week
 +
* modern_week
 +
 +
 +
<code>timeframe</code> field can be 5, 10, 15, 20, 30 or 60 minutes. More information about timeframe you can read [[Settings#Timeframe|here]].
 +
 +
<code>description</code> field contains raw data of company's description which can include HTML tags. <code>description_text</code> field contains only text information without HTML tags.
    
----
 
----