Skip to content
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

flux:field.inline.fal Image lost in page configuration when translating #2141

Open
richyr45 opened this issue Nov 20, 2023 · 0 comments
Open

Comments

@richyr45
Copy link

richyr45 commented Nov 20, 2023

I'm currently running Flux 10.0.7 on TYPO3 12.4.7.

When generating a translation of an existing page every setting is kept but flux:field.inline.fal in Page Configuration:

My fluid definitions:

<f:section name="Configuration">
    <flux:form id="standard" label="Standard">
        <flux:field.inline.fal label="Headpic" name="image" required="0" maxItems="9" minItems="0" allowedExtensions="png,jpg,jpeg" cropVariants="{
                desktop: {
                    title: 'Desktop',
                    allowedAspectRatios: {
                        default: {
                            title: '2784x1392',
                            value: '2'
                        }
                    }
                },
                mobile: {
                    title: 'Mobile',
                    allowedAspectRatios: {
                        default: {
                            title: '1080x1350',
                            value: '0.8'
                        }
                    }
                }
            }" foreignTypes="{
                2:{
                    'showitem':'overline,--linebreak--,copyrte,--linebreak--,link,--linebreak--,crop,--palette--;;filePalette'
                }
            }"/>
    </flux:form>
</f:section>

I would expect that the image of the original language is kept together with especially the cropping details but also the other details too.

@richyr45 richyr45 changed the title Settings of image lost in page configuration when translating flux:field.inline.fal Image lost in page configuration when translating Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant