File tree Expand file tree Collapse file tree 5 files changed +14
-14
lines changed
Documentation/CodeSnippets/my_site_package
Resources/Private/Language Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" standalone =" yes" ?>
22<xliff version =" 1.0" >
3- <file source-language =" en" datatype =" plaintext" original =" messages" date =" 2025-01-26UTC08:22:400 " >
3+ <file source-language =" en" datatype =" plaintext" original =" messages" date =" 2025-02-01UTC02:28:280 " >
44 <header >
5- <authorName >John Doe</authorName >
6- <authorEmail >j.doe@example.com </authorEmail >
5+ <authorName >J. Doe</authorName >
6+ <authorEmail >j.doe@example.org </authorEmail >
77 </header >
88 <body >
99 </body >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" standalone =" yes" ?>
22<xliff version =" 1.0" >
3- <file source-language =" en" datatype =" plaintext" original =" messages" date =" 2025-01-26UTC08:22:400 " >
3+ <file source-language =" en" datatype =" plaintext" original =" messages" date =" 2025-02-01UTC02:28:280 " >
44 <header >
5- <authorName >John Doe</authorName >
6- <authorEmail >j.doe@example.com </authorEmail >
5+ <authorName >J. Doe</authorName >
6+ <authorEmail >j.doe@example.org </authorEmail >
77 </header >
88 <body >
99 <trans-unit id =" backend_layout.default" >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" standalone =" yes" ?>
22<xliff version =" 1.0" >
3- <file source-language =" en" datatype =" plaintext" original =" messages" date =" 2025-01-26UTC08:22:400 " >
3+ <file source-language =" en" datatype =" plaintext" original =" messages" date =" 2025-02-01UTC02:28:280 " >
44 <header >
5- <authorName >John Doe</authorName >
6- <authorEmail >j.doe@example.com </authorEmail >
5+ <authorName >J. Doe</authorName >
6+ <authorEmail >j.doe@example.org </authorEmail >
77 </header >
88 <body >
99 </body >
Original file line number Diff line number Diff line change 11{
22 "name" : " my-vendor/my-site-package" ,
33 "type" : " typo3-cms-extension" ,
4- "description" : " " ,
5- "homepage" : " https://example.com " ,
4+ "description" : " Site package to follow the tutorial. " ,
5+ "homepage" : " https://docs.typo3.org/permalink/t3sitepackage:start " ,
66 "license" : [" GPL-2.0-or-later" ],
77 "keywords" : [" TYPO3 CMS" ],
88 "require" : {
Original file line number Diff line number Diff line change 22
33$ EM_CONF [$ _EXTKEY ] = [
44 'title ' => 'My Site Package ' ,
5- 'description ' => '' ,
5+ 'description ' => 'Site package to follow the tutorial. ' ,
66 'category ' => 'templates ' ,
77 'constraints ' => [
88 'depends ' => [
2222 'uploadfolder ' => 0 ,
2323 'createDirs ' => '' ,
2424 'clearCacheOnLoad ' => 1 ,
25- 'author ' => 'John Doe ' ,
26- 'author_email ' => 'j.doe@example.com ' ,
25+ 'author ' => 'J. Doe ' ,
26+ 'author_email ' => 'j.doe@example.org ' ,
2727 'author_company ' => 'My Vendor ' ,
2828 'version ' => '1.0.0 ' ,
2929];
You can’t perform that action at this time.
0 commit comments