@elementor/editor-global-classes 3.33.0-271 → 3.33.0-272
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -2054,9 +2054,8 @@ function initMcpApplyUnapplyGlobalClasses(server) {
|
|
|
2054
2054
|
## When to use this tool:
|
|
2055
2055
|
- When a user requests to see which classes or global classes exists.
|
|
2056
2056
|
- When you need the list of global classes to allow the user to select from.
|
|
2057
|
+
- At least once before applying or unapplying a class, to ensure the class ID is correct.
|
|
2057
2058
|
|
|
2058
|
-
## Prerequisites:
|
|
2059
|
-
- Ensure you have the correct element ID for which you want to list the applied classes.
|
|
2060
2059
|
`,
|
|
2061
2060
|
outputSchema: {
|
|
2062
2061
|
appliedClasses: import_schema.z.array(
|