6 lines
218 B
JavaScript
6 lines
218 B
JavaScript
![]() |
export const PLUGINS_DETAILS = {
|
||
|
channel: '[data-test-id="channel"]',
|
||
|
accountConfirmationSubjectInput: '[name="account_confirmation_subject"]',
|
||
|
staffPasswordResetInput: '[name="staff_password_reset_subject"]'
|
||
|
};
|