-
-
Notifications
You must be signed in to change notification settings - Fork 12
Properties templates area #190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportBase: 55.17% // Head: 55.17% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #190 +/- ##
=======================================
Coverage 55.17% 55.17%
=======================================
Files 1 1
Lines 29 29
Branches 5 5
=======================================
Hits 16 16
Misses 13 13 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
docs/variable-to-property-binding.md
Outdated
| If you want to use bindings with area object you have to set a custom property "Dynamic" to true | ||
| but if you set the Dynamic property, you can't use the map editor for this area. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| If you want to use bindings with area object you have to set a custom property "Dynamic" to true | |
| but if you set the Dynamic property, you can't use the map editor for this area. | |
| To use bindings with area objects, you must first set a custom "dynamic" property to true. | |
| It should be noted that "dynamic" areas are accessible via the scripting API but are not editable in the (upcoming) map editor. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move this to the "context" section
## [1.4.5](v1.4.4...v1.4.5) (2022-10-26) ### Bug Fixes * Properties templates area ([#190](#190)) ([fc22865](fc22865))
|
🎉 This PR is included in version 1.4.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
I added bindings feature for the area objects