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
@@ -693,19 +692,18 @@ The output as an `alias` column with new identifiers and a `legacy_alias` column
693
692
694
693
You may have to update them in several places.
695
694
696
-
- Update in templates to display or edit fields or their definition. For example, in a `@IbexaCore/content_fields.html.twig` extension, `{% block ezstring_field %)` must be changed for `{% block ibexa_string_field %}`.
695
+
- Update in templates to display or edit fields or their definition. For example, in a `@IbexaCore/content_fields.html.twig` extension, `{% block ezstring_field %)` must be changed for `{% block ibexa_string_field %}`
697
696
- Update in migration files
698
697
699
698
#### Update icons
700
699
701
700
The names of the icons provided in `all-icons.svg` have changed.
702
701
`ibexa/rector` JavaScript Transform module's plugin `ibexa-rename-icons.js` deals with those changes in JavaScript.
703
-
You may have to update them in other contexts like, for example, config files associating icons to content types or page builder blocks.
702
+
You may have to update them in other contexts like, for example, config files associating icons to content types or Page Builder blocks.
704
703
705
704
You can find an [`ibexa-rename-icons` map in `vendor/ibexa/rector/js/rules.config.json` (`"old-name": "new-name"`)](https://github.com/ibexa/rector/blob/v5.0.0/js/rules.config.json#L63).
0 commit comments