You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/backend/behaviors.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ This looks like so:
117
117
</object>
118
118
```
119
119
120
-
After you apply the profile (or uninstall and install the custom add-on), the behavior is available on the Event content type.
120
+
After you apply the profile (or uninstall and install the custom add-on), the behavior is effective on the Event content type.
121
121
122
122
123
123
## Custom behaviors
@@ -128,7 +128,7 @@ Schema-only behaviors
128
128
: These behaviors have only a schema with fields.
129
129
130
130
Full behaviors
131
-
: A python class containing the logic of the behavior, an interface or schema defining the contract of the behavior, and a marker interface applied to the content type.
131
+
: A python class containing the logic of the behavior, an interface or schema defining the contract of the behavior, and a marker interface applicable to a content type.
0 commit comments