@elementor/editor-global-classes 3.33.0-271 → 3.33.0-273
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.mjs
CHANGED
|
@@ -2110,9 +2110,8 @@ function initMcpApplyUnapplyGlobalClasses(server) {
|
|
|
2110
2110
|
## When to use this tool:
|
|
2111
2111
|
- When a user requests to see which classes or global classes exists.
|
|
2112
2112
|
- When you need the list of global classes to allow the user to select from.
|
|
2113
|
+
- At least once before applying or unapplying a class, to ensure the class ID is correct.
|
|
2113
2114
|
|
|
2114
|
-
## Prerequisites:
|
|
2115
|
-
- Ensure you have the correct element ID for which you want to list the applied classes.
|
|
2116
2115
|
`,
|
|
2117
2116
|
outputSchema: {
|
|
2118
2117
|
appliedClasses: z.array(
|