Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
81 changes: 81 additions & 0 deletions .devbox/config/sites/styleguide-demo-2/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
base: 'http://localhost/styleguide-demo-2'
baseVariants: { }
dependencies: { }
errorHandling: { }
languages:
-
title: English
enabled: true
languageId: 0
base: /
locale: en_US.UTF-8
navigationTitle: English
flag: us
typo3Language: default
iso-639-1: en
hreflang: en-us
direction: ltr
websiteTitle: ''
-
title: 'styleguide demo language danish'
enabled: true
base: /da/
typo3Language: da
locale: da_DK.UTF-8
iso-639-1: da
websiteTitle: ''
navigationTitle: ''
hreflang: da-dk
direction: ''
fallbackType: strict
fallbacks: ''
flag: dk
languageId: 1
-
title: 'styleguide demo language german'
enabled: true
base: /de/
typo3Language: de
locale: de_DE.UTF-8
iso-639-1: de
websiteTitle: ''
navigationTitle: ''
hreflang: de-de
direction: ''
fallbackType: strict
fallbacks: ''
flag: de
languageId: 2
-
title: 'styleguide demo language french'
enabled: true
base: /fr/
typo3Language: fr
locale: fr_FR.UTF-8
iso-639-1: fr
websiteTitle: ''
navigationTitle: ''
hreflang: fr-fr
direction: ''
fallbackType: strict
fallbacks: ''
flag: fr
languageId: 3
-
title: 'styleguide demo language spanish'
enabled: true
base: /es/
typo3Language: es
locale: es_ES.UTF-8
iso-639-1: es
websiteTitle: ''
navigationTitle: ''
hreflang: es-es
direction: ''
fallbackType: strict
fallbacks: ''
flag: es
languageId: 4
rootPageId: 2
routes: { }
websiteTitle: 'styleguide demo 2'
113 changes: 0 additions & 113 deletions .githooks/commit-msg

This file was deleted.

1 change: 1 addition & 0 deletions .php-cs-fixer.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"php":"8.3.30","version":"3.95.1:v3.95.1#a9727678fbd12997f1d9de8f4a37824ed9df1065","indent":" ","lineEnding":"\n","rules":{"doctrine_annotation_array_assignment":{"operator":":"},"doctrine_annotation_braces":true,"doctrine_annotation_indentation":true,"doctrine_annotation_spaces":{"before_array_assignments_colon":false},"binary_operator_spaces":{"default":"at_least_single_space"},"blank_line_after_opening_tag":true,"blank_line_between_import_groups":true,"blank_lines_before_namespace":true,"braces_position":{"allow_single_line_anonymous_functions":false,"allow_single_line_empty_anonymous_classes":true},"class_definition":{"inline_constructor_arguments":false,"space_before_parenthesis":true},"compact_nullable_type_declaration":true,"declare_equal_normalize":{"space":"none"},"lowercase_cast":true,"lowercase_static_reference":true,"modifier_keywords":true,"new_with_parentheses":{"anonymous_class":true},"no_blank_lines_after_class_opening":true,"no_extra_blank_lines":true,"no_leading_import_slash":true,"no_whitespace_in_blank_line":true,"ordered_class_elements":{"order":["use_trait"]},"ordered_imports":{"imports_order":["class","function","const"],"sort_algorithm":"alpha"},"return_type_declaration":{"space_before":"none"},"short_scalar_cast":true,"single_import_per_statement":{"group_to_single_imports":false},"single_space_around_construct":true,"single_trait_insert_per_statement":true,"ternary_operator_spaces":true,"unary_operator_spaces":{"only_dec_inc":true},"blank_line_after_namespace":true,"constant_case":true,"control_structure_braces":true,"control_structure_continuation_position":true,"elseif":true,"function_declaration":{"closure_fn_spacing":"none"},"indentation_type":true,"line_ending":true,"lowercase_keywords":true,"method_argument_space":true,"no_break_comment":true,"no_closing_tag":true,"no_multiple_statements_per_line":true,"no_space_around_double_colon":true,"no_spaces_after_function_name":true,"no_trailing_whitespace":true,"no_trailing_whitespace_in_comment":true,"single_blank_line_at_eof":true,"single_class_element_per_statement":{"elements":["property"]},"single_line_after_imports":true,"spaces_inside_parentheses":true,"statement_indentation":true,"switch_case_semicolon_to_colon":true,"switch_case_space":true,"encoding":true,"full_opening_tag":true,"array_indentation":true,"array_syntax":{"syntax":"short"},"cast_spaces":{"space":"none"},"concat_space":{"spacing":"one"},"declare_parentheses":true,"dir_constant":true,"function_to_constant":{"functions":["get_called_class","get_class","get_class_this","php_sapi_name","phpversion","pi"]},"type_declaration_spaces":true,"global_namespace_import":{"import_classes":true,"import_constants":true,"import_functions":true},"list_syntax":{"syntax":"short"},"modernize_strpos":true,"modernize_types_casting":true,"native_function_casing":true,"no_alias_functions":true,"no_blank_lines_after_phpdoc":true,"no_empty_phpdoc":true,"no_empty_statement":true,"no_leading_namespace_whitespace":true,"no_null_property_initialization":true,"no_short_bool_cast":true,"no_singleline_whitespace_before_semicolons":true,"no_superfluous_elseif":true,"no_trailing_comma_in_singleline":true,"no_unneeded_control_parentheses":true,"no_unused_imports":true,"no_useless_else":true,"no_useless_nullsafe_operator":true,"php_unit_construct":{"assertions":["assertEquals","assertSame","assertNotEquals","assertNotSame"]},"php_unit_mock_short_will_return":true,"php_unit_test_case_static_method_calls":{"call_type":"self"},"phpdoc_no_access":true,"phpdoc_no_empty_return":true,"phpdoc_no_package":true,"phpdoc_scalar":true,"phpdoc_trim":true,"phpdoc_types":true,"phpdoc_types_order":{"null_adjustment":"always_last","sort_algorithm":"none"},"single_quote":true,"single_line_comment_style":{"comment_types":["hash"]},"single_line_empty_body":true,"trailing_comma_in_multiline":{"elements":["arrays"]},"whitespace_after_comma_in_array":{"ensure_single_space":true},"yoda_style":{"equal":false,"identical":false,"less_and_greater":false},"header_comment":{"header":"This file is part of the TYPO3 CMS project.\n\nIt is free software; you can redistribute it and\/or modify it under\nthe terms of the GNU General Public License, either version 2\nof the License, or any later version.\n\nFor the full copyright and license information, please read the\nLICENSE.txt file that was distributed with this source code.\n\nThe TYPO3 project - inspiring people to share!","comment_type":"comment","location":"after_declare_strict","separate":"both"},"self_accessor":true,"visibility_required":true,"fully_qualified_strict_types":true,"void_return":true,"is_null":true},"ruleCustomisationPolicyVersion":"null-policy","hashes":{"Tests\/Functional\/Service\/FileGeneratorTest.php":"c82adcd3986908f08ff378503c1363b6"}}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions .playwright-mcp/page-2026-04-19T11-54-19-947Z.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
- generic [ref=e6]:
- banner [ref=e7]:
- heading "Login" [level=1] [ref=e8]
- img "TYPO3 CMS logo" [ref=e10]
- main [ref=e11]:
- text:    
- generic [ref=e13]:
- textbox "Username" [active] [ref=e18]
- textbox "Password" [ref=e23]
- button "Login" [ref=e25] [cursor=pointer]
- contentinfo [ref=e26]:
- generic [ref=e27]:
- button "More about TYPO3" [ref=e28] [cursor=pointer]
- text:  
Loading
Loading