By a.dmitriiev on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
1.2.x
Introduced in version:
1.3.0
Issue links:
Description:
The Field Widget Actions submodule is being split from the AI core module. It is now marked as deprecated in version 1.3.0 and will be removed entirely in version 1.5.0.
If You Are Using Field Widget Actions
It is recommended to use the standalone contributed Field Widget Actions module as a replacement. It is a one-to-one copy of the original submodule, so expect a smooth transition.
To prevent broken functionality after updating to AI module 1.5.0, add the standalone module via Composer:
composer require 'drupal/field_widget_actions:^1.3'
If You Haven't Used Field Widget Actions
If you are not using Field Widget Actions, then no action is required.
Impacts:
Site builders, administrators, editors
Module developers