Added more principals

2025-04-29 18:55:52 +02:00
parent 12a66834c6
commit b3cfd3dd80

@@ -11,3 +11,4 @@ When creating the client side of a module there are some really important things
- Try to avoid using element ids as references as there can be multiple instances of a module at the same time.
- You do not need to specify <!DOCTYPE html>
- When using reference properties try to use api.onPropertyUpdate as much as possible. This way it also get's live updates from the editor. Try to avoid sending them from the server side as much as possible.
- Use api.getTime() for any time calculations, this time is synced with the server.