Update 'related' string to config value.
Bump word-wrap from 1.2.3 to 1.2.4
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4) --- updated-dependencies: - dependency-name: word-wrap dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
handle locale value in afterDuplicateHandleMedias
copy the locale value when duplicate.
Use native fields cleaning to avoid a deep values removing
adds direction option to form inputs
It maybe that you content entry is in a RTL
language, such as Arabic, but, you want to LTR
content such as a URL or an email address.
Or, it maybe your content entry is in a LTR
language and you need a single RTL entry field.
This commit adds `direction` for this purpose:
```
Input::make()
->name('url')
->label(twillTrans('Url'))
->direction('ltr')
```Fix keepAlive on connected non localized fields
When set to false (default value) keepAlive was not destroying standard input fields
Add support for adminEditUrl accessor in browsers
This fixes links on newly attached browser records before updating and reloading the page (they already work in this case)
Add support for adminEditUrl accessor in browsers that are not using …
…the twill_related table
Merge branch 'fix/active-navigation-nested-module-name-conflict' into…
… integration/3.x-fixes
Add option to controls whether a user should be created or not when a…
… new user is logging in through Oauth
Bump @babel/traverse from 7.20.12 to 7.23.2
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.20.12 to 7.23.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Update migration herlper for translations to default active field to …
…false to comply with some versions of PostgreSQL