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
By default, class IDs are auto-generated. If you need to manually set or change a block's class ID (e.g. to match an existing class), you can enable this by adding the following constant to wp-config.php or functions.php:
Once enabled, the ID field in the Advanced panel becomes editable. Type your desired class name and press "Apply" to save it. The value will be slugified automatically.
142
+
135
143
== Screenshots ==
136
144
137
145
1. Add styles not available in the editor (supoprts nesting)
@@ -142,6 +150,7 @@ Add this to functions.php:
142
150
== Changelog ==
143
151
144
152
= 1.5.5 - 2026-03-24 =
153
+
- Added manual class ID override (opt-in via constant)
145
154
- Warns when duplicate class IDs are detected in the editor
146
155
- Prevents duplicate inline styles on the frontend
0 commit comments