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

[FEATURE] Provide TypoScript configuration for Fluid templates #333

Merged
merged 1 commit into from
Jul 21, 2023

Conversation

eliashaeussler
Copy link
Owner

This PR introduces a global TypoScript configuration that allows to override Fluid templates used in EXT:warming. The following TypoScript constants are now available:

module.tx_warming {
  view {
    # cat=warming/view/10; type=string; label=Path to template root
    templateRootPath =
    # cat=warming/view/20; type=string; label=Path to template partials
    partialRootPath =
  }
}

Related: #174

@eliashaeussler eliashaeussler added the enhancement New feature or request label Jul 21, 2023
@eliashaeussler eliashaeussler self-assigned this Jul 21, 2023
@eliashaeussler eliashaeussler enabled auto-merge July 21, 2023 09:37
@codeclimate
Copy link

codeclimate bot commented Jul 21, 2023

Code Climate has analyzed commit 0a564da and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 96.6%.

View more on Code Climate.

@eliashaeussler eliashaeussler merged commit 3c980b1 into main Jul 21, 2023
@eliashaeussler eliashaeussler deleted the feature/ts-config branch July 21, 2023 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant