forked from area17/twill
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Joyce fix phpdocs #2
Open
antonioribeiro
wants to merge
276
commits into
joyceverheije:fix-phpdocs
Choose a base branch
from
antonioribeiro:joyce-fix-phpdocs
base: fix-phpdocs
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Joyce fix phpdocs #2
antonioribeiro
wants to merge
276
commits into
joyceverheije:fix-phpdocs
from
antonioribeiro:joyce-fix-phpdocs
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Changed key value to value label to avoid confusion
Laravel 10 support.
area17#2044|area17#1818: Improve repeater cloning.
Add fromArray to options
ignore mikes notes
design called for 3 cols at 1366, tweaking to run at 1280
This reverts commit 4a69897.
copy the locale value when duplicate.
Use native fields cleaning to avoid a deep values removing
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') ```
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] <[email protected]>
…false to comply with some versions of PostgreSQL
attempting to fix area17#1194 which seems to be an issue with cropper.js (fengyuanchen/cropperjs#1057) and ultimately is likely caused by rounding errors It seems setting individual crop settings instead of attempting to set them all in one go fixes it, at least within Twill
When set to false (default value) keepAlive was not destroying standard input fields
* upstream/3.x: (234 commits) Linter fix Fix keepAlive on connected non localized fields Add connected fields support to the form builder update set crop data for image crops update cropperjs to latest version Generated lang reorder Slovenian `sl` translations generated Updated lang.csv with Slovenian `sl` translations ~ | Doc - Content - Modules - TableBuilder: typo Add HasReadOnly trait to Input field Update migration herlper for translations to default active field to false to comply with some versions of PostgreSQL Fixes to reduce excessive number of queries Bump @babel/traverse from 7.20.12 to 7.23.2 [Docs] Fix typo in create page module Always include `locale` in the mediables pivot Fix artisan command configure permissions and roles table names Allow dashboard modules to wrap onto next line update `directions` release version adds `direction` notes to docs ...
…to fix-phpdocs * origin/fix/list-error-deleting-role: Fix user list errors when deleting roles
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello @joyceverheije, while we wait for a new Twill version, we need you to merge these to your branch in order to fix the CMS for a client, if you can. Changes here are: