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

Nested Elements hidden after Import XML #247

Open
t-bittner opened this issue Apr 5, 2022 · 2 comments
Open

Nested Elements hidden after Import XML #247

t-bittner opened this issue Apr 5, 2022 · 2 comments

Comments

@t-bittner
Copy link

Hi currently I have the following problem when importing the language:
After a successful import, all content elements within a container are currently deactivated. However, the following is set via TsConfig:

TCEMAIN.table.pages {
disablePrependAtCopy = 1
disableHideAtCopy = 1
}
TCEMAIN.table.tt_content {
disablePrependAtCopy = 1
disableHideAtCopy = 1
} TCEMAIN.table.sys_file_reference {
disablePrependAtCopy = 1
}

Typo3 10.4.26
container 1.5.0
l10nmgr 10.1.2

Does anyone currently have the same problem or already have a solution for this?

@achimfritz
Copy link
Contributor

Hi @t-bittner,

there is also a issue regarding l10nmgr + container (#193)
and a pr for l10nmgr (https://gitlab.com/coderscare/l10nmgr/-/merge_requests/44)
may be you want to test/try this branch https://gitlab.com/achimfritzb13com/l10nmgr/-/tree/feature/container-support

@t-bittner
Copy link
Author

Hi,
Thanks for the hints. The import now works as desired.

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

2 participants