benjaminkott / benjaminkott/bootstrap_package
Useless TypoScript condition [extension.isLoaded('seo') == 1]
Open
bug
- Dominant language
- PHP
- Stars
- 355
- Forks
- 212
- Avg merge
- 1h 4m
- Merged PRs (30d)
- 31
Description
Both in constants and setup:
ext:seo is required in composer.json and ext_emconf.php. It will be always loaded, so the condition
is useless and can be avoided.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the constants and setup TypoScript referenced in the issue, then inspect composer.json and ext_emconf.php to confirm the seo extension is required. Remove the redundant extension.isLoaded('seo') condition in both TypoScript locations and verify that the resulting configuration remains valid.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100