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
Add new command in order to find blocks by its name and display how many times they are used inside the contents. This can be part of a migration to in order to rename class names.
/** * Usage: * * ``` * ./luya cms/block/find * ``` * * Filter for a given name: * * ``` * ./luya cms/block/find html * ``` * * Filter for different names combined as OR conditions: * * ``` * ./luya cms/block/find html,module * ``` */
The text was updated successfully, but these errors were encountered:
Add new command in order to find blocks by its name and display how many times they are used inside the contents. This can be part of a migration to in order to rename class names.
The text was updated successfully, but these errors were encountered: