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

In the flexslider element setting there are no items to chose under "Text Position" and "Text style class" #23

Open
FrischeWelt opened this issue Oct 26, 2022 · 3 comments

Comments

@FrischeWelt
Copy link

FrischeWelt commented Oct 26, 2022

Text option "Text position" has "Default" (expected left and right) and "Text style class" has no options at all (expected Style 1 - 4)

@jk-propeller
Copy link

Same Problem here.

Somehow we need to change these arrays:

and

A segment in the documentation about how to change/add these options via TypoScript would be great! It would also help if these default options would be included again.

@jk-propeller
Copy link

@FrischeWelt Habt ihr da mittlerweile zufällig was herausgefunden?

@linawolf
Copy link

You can add options with TsConfig

TCEFORM.tx_wsslider_domain_model_item {
  text_position.addItems {
    left = LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:text_position.left
    right = LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:text_position.right
  }
}

and then output them in the template like it is already done for text_position in the flexslider template

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

3 participants