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/developer-docs/latest/guides/registering-a-field-in-admin.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -394,7 +394,7 @@ At this point we have simply created a new plugin which is mounted in our projec
394
394
Since the goal of our plugin is to override the current WYSIWYG we don't want it to be displayed in the administration panel but we need it to register our new **Field**.
395
395
In order to do so, we will simply **modify** the front-end entry point of our plugin.
396
396
397
-
This file is already present. Please replace the content of this file wit the following:
397
+
This file is already present. Please replace the content of this file with the following:
0 commit comments