Together with other refactorings like renaming or delete, in field nodes we have to add the following actions:
Change to array: This will make the field plural (if it wasn't plural yet) and will change it to be an array. All the configuration changes need to be taken into account. Additionally, this might trigger other refactorings in code that we probably need to handle with AI.
Change to single value: This will change the field to be single-valued, removing all the array configuration and if it was plural, the name needs to be changed to singular. Additionally, this might trigger other refactorings in code that we probably need to handle with AI.
Together with other refactorings like renaming or delete, in field nodes we have to add the following actions:
Change to array: This will make the field plural (if it wasn't plural yet) and will change it to be an array. All the configuration changes need to be taken into account. Additionally, this might trigger other refactorings in code that we probably need to handle with AI.Change to single value: This will change the field to be single-valued, removing all the array configuration and if it was plural, the name needs to be changed to singular. Additionally, this might trigger other refactorings in code that we probably need to handle with AI.