Bug #81892
openIrre Elements can't be localized by Flexforms
0%
Description
I have tried in the Typo3 Core to translate my Content-Elements. I have create, for easier handling for a editor, own content-elements with flexforms.
After copy the elements for translate, I have missed the Localisation All - Button also the Synchronisation - Button.
I have the following configuration for the flexform for my IRRE-Element
<TCEforms>
<exclude>1</exclude>
<label>additional Fields</label>
<config>
<type>inline</type>
<foreign_table>tx_fdmailchimp_domain_model_additionalfield</foreign_table>
<foreign_field>content_uid</foreign_field>
<minitems>0</minitems>
<maxitems>99</maxitems>
<appearance>
<useSortable>1</useSortable>
<collapseAll>1</collapseAll>
<levelLinksPosition>top</levelLinksPosition>
<showSynchronizationLink>1</showSynchronizationLink>
<showPossibleLocalizationRecords>1</showPossibleLocalizationRecords>
<showAllLocalizationLink>1</showAllLocalizationLink>
</appearance>
</config>
</TCEforms>
When i try the IRRE -Element in an Record, then i will be see the Buttons and I can translate the Inline-Records from a Record
Updated by Tommy Bley over 7 years ago
- Subject changed from Irre Elements can't be localised by Flexforms to Irre Elements can't be localized by Flexforms
In the Typo3 core I try to translate / localize my content elements.
I created content elements with flexforms to make it easier for a content editor to create and edit them.
After copying the elements for translation, I miss the 'Localisation All' - Button and also the 'Synchronisation' - Button.
I use the following flexform configuration for my IRRE-Elements:
<TCEforms>
<exclude>1</exclude>
<label>zusätzliche Felder</label>
<config><type>inline</type>
<foreign_table>tx_fdmailchimp_domain_model_additionalfield</foreign_table>
<foreign_field>plugin_uid</foreign_field>
<minitems>0</minitems>
<maxitems>99</maxitems>
<appearance><useSortable>1</useSortable>
<collapseAll>1</collapseAll>
<levelLinksPosition>top</levelLinksPosition>
<showSynchronizationLink>1</showSynchronizationLink>
<showPossibleLocalizationRecords>1</showPossibleLocalizationRecords>
<showAllLocalizationLink>1</showAllLocalizationLink>
<createNewRelationLinkTitle>neuer Button</createNewRelationLinkTitle></appearance>
</config>
</TCEforms>
When using the IRRE-Element within a record, then I see the buttons and I can translate the inline-records of a record.
Updated by Benni Mack over 5 years ago
- Target version changed from next-patchlevel to Candidate for patchlevel