-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BOT][TASK] Automatic Update of ViewHelper reference
- Loading branch information
1 parent
c65829c
commit 3b5bdc2
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"viewHelpers":{"icon":{"className":"TYPO3\\CMS\\Core\\ViewHelpers\\IconViewHelper","namespace":"TYPO3\\CMS\\Core\\ViewHelpers","name":"IconViewHelper","tagName":"icon","documentation":"Displays icon identified by icon identifier.\n\nExamples\n========\n\nDefault::\n\n <core:icon title=\"Open actions menu\" identifier=\"actions-menu\" \/>\n\nOutput::\n\n <span title=\"Open actions menu\" class=\"t3js-icon icon icon-size-small icon-state-default icon-actions-menu\" data-identifier=\"actions-menu\" aria-hidden=\"true\">\n <span class=\"icon-markup\">\n <img src=\"\/typo3\/sysext\/core\/Resources\/Public\/Icons\/T3Icons\/actions\/actions-menu.svg\" width=\"16\" height=\"16\">\n <\/span>\n <\/span>\n\nInline::\n\n <core:icon identifier=\"actions-menu\" alternativeMarkupIdentifier=\"inline\" \/>\n\nOutput::\n\n <span class=\"t3js-icon icon icon-size-small icon-state-default icon-actions-menu\" data-identifier=\"actions-menu\" aria-hidden=\"true\">\n <span class=\"icon-markup\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 16 16\"><g class=\"icon-color\"><path d=\"M9 12v2H7v-2h2m.5-1h-3c-.3 0-.5.2-.5.5v3c0 .3.2.5.5.5h3c.3 0 .5-.2.5-.5v-3c0-.3-.2-.5-.5-.5zM9 7v2H7V7h2m.5-1h-3c-.3 0-.5.2-.5.5v3c0 .3.2.5.5.5h3c.3 0 .5-.2.5-.5v-3c0-.3-.2-.5-.5-.5zM9 2v2H7V2h2m.5-1h-3c-.3 0-.5.2-.5.5v3c0 .3.2.5.5.5h3c.3 0 .5-.2.5-.5v-3c0-.3-.2-.5-.5-.5zM4 7v2H2V7h2m.5-1h-3c-.3 0-.5.2-.5.5v3c0 .3.2.5.5.5h3c.3 0 .5-.2.5-.5v-3c0-.3-.2-.5-.5-.5zM4 2v2H2V2h2m.5-1h-3c-.3 0-.5.2-.5.5v3c0 .3.2.5.5.5h3c.3 0 .5-.2.5-.5v-3c0-.3-.2-.5-.5-.5zM4 12v2H2v-2h2m.5-1h-3c-.3 0-.5.2-.5.5v3c0 .3.2.5.5.5h3c.3 0 .5-.2.5-.5v-3c0-.3-.2-.5-.5-.5zM14 7v2h-2V7h2m.5-1h-3c-.3 0-.5.2-.5.5v3c0 .3.2.5.5.5h3c.3 0 .5-.2.5-.5v-3c0-.3-.2-.5-.5-.5zM14 2v2h-2V2h2m.5-1h-3c-.3 0-.5.2-.5.5v3c0 .3.2.5.5.5h3c.3 0 .5-.2.5-.5v-3c0-.3-.2-.5-.5-.5zM14 12v2h-2v-2h2m.5-1h-3c-.3 0-.5.2-.5.5v3c0 .3.2.5.5.5h3c.3 0 .5-.2.5-.5v-3c0-.3-.2-.5-.5-.5z\"\/><\/g><\/svg>\n <\/span>\n <\/span>","xmlNamespace":"http:\/\/typo3.org\/ns\/TYPO3\/CMS\/Core\/ViewHelpers","docTags":[],"argumentDefinitions":{"identifier":{"name":"identifier","type":"string","description":"Identifier of the icon as registered in the Icon Registry.","required":true,"defaultValue":null,"escape":null},"size":{"name":"size","type":"string","description":"Desired size of the icon. All values of the Icons.sizes enum are allowed, these are: \"small\", \"default\", \"large\" and \"overlay\".","required":false,"defaultValue":"small","escape":null},"overlay":{"name":"overlay","type":"string","description":"Identifier of an overlay icon as registered in the Icon Registry.","required":false,"defaultValue":null,"escape":null},"state":{"name":"state","type":"string","description":"Sets the state of the icon. All values of the Icons.states enum are allowed, these are: \"default\" and \"disabled\".","required":false,"defaultValue":"default","escape":null},"alternativeMarkupIdentifier":{"name":"alternativeMarkupIdentifier","type":"string","description":"Alternative icon identifier. Takes precedence over the identifier if supported by the IconProvider.","required":false,"defaultValue":null,"escape":null},"title":{"name":"title","type":"string","description":"Title for the icon","required":false,"defaultValue":null,"escape":null}},"allowsArbitraryArguments":false,"nameWithoutSuffix":"Icon","namespaceWithoutSuffix":"TYPO3\\CMS\\Core","uri":"Core\/Icon"},"iconForRecord":{"className":"TYPO3\\CMS\\Core\\ViewHelpers\\IconForRecordViewHelper","namespace":"TYPO3\\CMS\\Core\\ViewHelpers","name":"IconForRecordViewHelper","tagName":"iconForRecord","documentation":"Displays icon for record.\n\nExamples\n========\n\nDefault::\n\n <core:iconForRecord table=\"tt_content\" row=\"{record}\" \/>\n\nOutput::\n\n <span class=\"t3js-icon icon icon-size-small icon-state-default icon-mimetypes-x-content-text\" data-identifier=\"mimetypes-x-content-text\" aria-hidden=\"true\">\n <span class=\"icon-markup\">\n <img src=\"\/typo3\/sysext\/core\/Resources\/Public\/Icons\/T3Icons\/mimetypes\/mimetypes-x-content-text.svg\" width=\"16\" height=\"16\">\n <\/span>\n <\/span>","xmlNamespace":"http:\/\/typo3.org\/ns\/TYPO3\/CMS\/Core\/ViewHelpers","docTags":[],"argumentDefinitions":{"table":{"name":"table","type":"string","description":"the table for the record icon","required":true,"defaultValue":null,"escape":null},"row":{"name":"row","type":"array","description":"the record row","required":true,"defaultValue":null,"escape":null},"size":{"name":"size","type":"string","description":"the icon size","required":false,"defaultValue":"small","escape":null},"alternativeMarkupIdentifier":{"name":"alternativeMarkupIdentifier","type":"string","description":"alternative markup identifier","required":false,"defaultValue":null,"escape":null}},"allowsArbitraryArguments":false,"nameWithoutSuffix":"IconForRecord","namespaceWithoutSuffix":"TYPO3\\CMS\\Core","uri":"Core\/IconForRecord"},"iconForResource":{"className":"TYPO3\\CMS\\Core\\ViewHelpers\\IconForResourceViewHelper","namespace":"TYPO3\\CMS\\Core\\ViewHelpers","name":"IconForResourceViewHelper","tagName":"iconForResource","documentation":"Displays icon for a FAL resource (file or folder means a :php:`TYPO3\\CMS\\Core\\Resource\\ResourceInterface`).\n\nExamples\n========\n\nDefault::\n\n <core:iconForResource resource=\"{file.resource}\" \/>\n\nOutput::\n\n <span class=\"t3js-icon icon icon-size-small icon-state-default icon-mimetypes-text-html\" data-identifier=\"mimetypes-text-html\">\n <span class=\"icon-markup\">\n <img src=\"\/typo3\/sysext\/core\/Resources\/Public\/Icons\/T3Icons\/mimetypes\/mimetypes-text-html.svg\" width=\"16\" height=\"16\">\n <\/span>\n <\/span>","xmlNamespace":"http:\/\/typo3.org\/ns\/TYPO3\/CMS\/Core\/ViewHelpers","docTags":[],"argumentDefinitions":{"resource":{"name":"resource","type":"TYPO3\\CMS\\Core\\Resource\\ResourceInterface","description":"Resource","required":true,"defaultValue":null,"escape":null},"size":{"name":"size","type":"string","description":"The icon size","required":false,"defaultValue":"small","escape":null},"overlay":{"name":"overlay","type":"string","description":"Overlay identifier","required":false,"defaultValue":null,"escape":null},"options":{"name":"options","type":"array","description":"An associative array with additional options","required":false,"defaultValue":[],"escape":null},"alternativeMarkupIdentifier":{"name":"alternativeMarkupIdentifier","type":"string","description":"Alternative markup identifier","required":false,"defaultValue":null,"escape":null}},"allowsArbitraryArguments":false,"nameWithoutSuffix":"IconForResource","namespaceWithoutSuffix":"TYPO3\\CMS\\Core","uri":"Core\/IconForResource"},"normalizedUrl":{"className":"TYPO3\\CMS\\Core\\ViewHelpers\\NormalizedUrlViewHelper","namespace":"TYPO3\\CMS\\Core\\ViewHelpers","name":"NormalizedUrlViewHelper","tagName":"normalizedUrl","documentation":"Normalizes a path that uses EXT: syntax or an absolute URL to an absolute web path\n\nExamples\n========\n\nUrl::\n\n <core:normalizedUrl pathOrUrl=\"https:\/\/foo.bar\/img.jpg\" \/>\n\nOutput::\n\n https:\/\/foo.bar\/img.jpg\n\nPath::\n\n <core:normalizedUrl pathOrUrl=\"EXT:core\/Resources\/Public\/Images\/typo3_black.svg\" \/>\n\nOutput::\n\n \/typo3\/sysext\/core\/Resources\/Public\/Images\/typo3_black.svg","xmlNamespace":"http:\/\/typo3.org\/ns\/TYPO3\/CMS\/Core\/ViewHelpers","docTags":{"@internal":""},"argumentDefinitions":{"pathOrUrl":{"name":"pathOrUrl","type":"string","description":"Absolute path to file using EXT: syntax or URL.","required":false,"defaultValue":null,"escape":null}},"allowsArbitraryArguments":false,"nameWithoutSuffix":"NormalizedUrl","namespaceWithoutSuffix":"TYPO3\\CMS\\Core","uri":"Core\/NormalizedUrl"}},"uri":"Core\/Index","name":"Core","label":"Core (core:*)","namespaceAlias":"core","targetNamespace":"http:\/\/typo3.org\/ns\/TYPO3\/CMS\/Core\/ViewHelpers","includesNamespaces":["http:\/\/typo3.org\/ns\/TYPO3\/CMS\/Core\/ViewHelpers"],"templates":{"root":"\/home\/runner\/work\/t3docs-ci-deploy\/t3docs-ci-deploy\/Build\/fluid-viewhelpers\/12.4\/vendor\/t3docs\/fluid-documentation-generator\/src\/..\/templates\/typo3\/Root.rst","namespace":"\/home\/runner\/work\/t3docs-ci-deploy\/t3docs-ci-deploy\/Build\/fluid-viewhelpers\/12.4\/vendor\/t3docs\/fluid-documentation-generator\/src\/..\/templates\/typo3\/Namespace.rst","group":"\/home\/runner\/work\/t3docs-ci-deploy\/t3docs-ci-deploy\/Build\/fluid-viewhelpers\/12.4\/vendor\/t3docs\/fluid-documentation-generator\/src\/..\/templates\/typo3\/Group.rst","viewHelper":"\/home\/runner\/work\/t3docs-ci-deploy\/t3docs-ci-deploy\/Build\/fluid-viewhelpers\/12.4\/vendor\/t3docs\/fluid-documentation-generator\/src\/..\/templates\/typo3\/ViewHelper.rst"},"sourceEdit":{"http:\/\/typo3.org\/ns\/TYPO3\/CMS\/Core\/ViewHelpers":{"sourcePrefix":"https:\/\/github.com\/TYPO3\/typo3\/blob\/main\/typo3\/sysext\/core\/Classes\/ViewHelpers\/","editPrefix":"https:\/\/github.com\/TYPO3\/typo3\/edit\/main\/typo3\/sysext\/core\/Classes\/ViewHelpers\/"}},"headlineIdentifierPrefix":{"http:\/\/typo3.org\/ns\/TYPO3\/CMS\/Core\/ViewHelpers":"typo3-core"}} | ||
{"viewHelpers":{"icon":{"className":"TYPO3\\CMS\\Core\\ViewHelpers\\IconViewHelper","namespace":"TYPO3\\CMS\\Core\\ViewHelpers","name":"IconViewHelper","tagName":"icon","documentation":"Displays icon identified by icon identifier.\n\nExamples\n========\n\nDefault::\n\n <core:icon title=\"Open actions menu\" identifier=\"actions-menu\" \/>\n\nOutput::\n\n <span title=\"Open actions menu\" class=\"t3js-icon icon icon-size-small icon-state-default icon-actions-menu\" data-identifier=\"actions-menu\" aria-hidden=\"true\">\n <span class=\"icon-markup\">\n <img src=\"\/typo3\/sysext\/core\/Resources\/Public\/Icons\/T3Icons\/actions\/actions-menu.svg\" width=\"16\" height=\"16\">\n <\/span>\n <\/span>\n\nInline::\n\n <core:icon identifier=\"actions-menu\" alternativeMarkupIdentifier=\"inline\" \/>\n\nOutput::\n\n <span class=\"t3js-icon icon icon-size-small icon-state-default icon-actions-menu\" data-identifier=\"actions-menu\" aria-hidden=\"true\">\n <span class=\"icon-markup\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 16 16\"><g class=\"icon-color\"><path d=\"M9 12v2H7v-2h2m.5-1h-3c-.3 0-.5.2-.5.5v3c0 .3.2.5.5.5h3c.3 0 .5-.2.5-.5v-3c0-.3-.2-.5-.5-.5zM9 7v2H7V7h2m.5-1h-3c-.3 0-.5.2-.5.5v3c0 .3.2.5.5.5h3c.3 0 .5-.2.5-.5v-3c0-.3-.2-.5-.5-.5zM9 2v2H7V2h2m.5-1h-3c-.3 0-.5.2-.5.5v3c0 .3.2.5.5.5h3c.3 0 .5-.2.5-.5v-3c0-.3-.2-.5-.5-.5zM4 7v2H2V7h2m.5-1h-3c-.3 0-.5.2-.5.5v3c0 .3.2.5.5.5h3c.3 0 .5-.2.5-.5v-3c0-.3-.2-.5-.5-.5zM4 2v2H2V2h2m.5-1h-3c-.3 0-.5.2-.5.5v3c0 .3.2.5.5.5h3c.3 0 .5-.2.5-.5v-3c0-.3-.2-.5-.5-.5zM4 12v2H2v-2h2m.5-1h-3c-.3 0-.5.2-.5.5v3c0 .3.2.5.5.5h3c.3 0 .5-.2.5-.5v-3c0-.3-.2-.5-.5-.5zM14 7v2h-2V7h2m.5-1h-3c-.3 0-.5.2-.5.5v3c0 .3.2.5.5.5h3c.3 0 .5-.2.5-.5v-3c0-.3-.2-.5-.5-.5zM14 2v2h-2V2h2m.5-1h-3c-.3 0-.5.2-.5.5v3c0 .3.2.5.5.5h3c.3 0 .5-.2.5-.5v-3c0-.3-.2-.5-.5-.5zM14 12v2h-2v-2h2m.5-1h-3c-.3 0-.5.2-.5.5v3c0 .3.2.5.5.5h3c.3 0 .5-.2.5-.5v-3c0-.3-.2-.5-.5-.5z\"\/><\/g><\/svg>\n <\/span>\n <\/span>","xmlNamespace":"http:\/\/typo3.org\/ns\/TYPO3\/CMS\/Core\/ViewHelpers","docTags":[],"argumentDefinitions":{"identifier":{"name":"identifier","type":"string","description":"Identifier of the icon as registered in the Icon Registry.","required":true,"defaultValue":null,"escape":null},"size":{"name":"size","type":"string","description":"Desired size of the icon. All values of the Icons.sizes enum are allowed, these are: \"small\", \"default\", \"large\" and \"overlay\".","required":false,"defaultValue":"small","escape":null},"overlay":{"name":"overlay","type":"string","description":"Identifier of an overlay icon as registered in the Icon Registry.","required":false,"defaultValue":null,"escape":null},"state":{"name":"state","type":"string","description":"Sets the state of the icon. All values of the Icons.states enum are allowed, these are: \"default\" and \"disabled\".","required":false,"defaultValue":"default","escape":null},"alternativeMarkupIdentifier":{"name":"alternativeMarkupIdentifier","type":"string","description":"Alternative icon identifier. Takes precedence over the identifier if supported by the IconProvider.","required":false,"defaultValue":null,"escape":null},"title":{"name":"title","type":"string","description":"Title for the icon","required":false,"defaultValue":null,"escape":null}},"allowsArbitraryArguments":false,"nameWithoutSuffix":"Icon","namespaceWithoutSuffix":"TYPO3\\CMS\\Core","uri":"Core\/Icon"},"iconForRecord":{"className":"TYPO3\\CMS\\Core\\ViewHelpers\\IconForRecordViewHelper","namespace":"TYPO3\\CMS\\Core\\ViewHelpers","name":"IconForRecordViewHelper","tagName":"iconForRecord","documentation":"Displays icon for record.\n\nExamples\n========\n\nDefault::\n\n <core:iconForRecord table=\"tt_content\" row=\"{record}\" \/>\n\nOutput::\n\n <span class=\"t3js-icon icon icon-size-small icon-state-default icon-mimetypes-x-content-text\" data-identifier=\"mimetypes-x-content-text\" aria-hidden=\"true\">\n <span class=\"icon-markup\">\n <img src=\"\/typo3\/sysext\/core\/Resources\/Public\/Icons\/T3Icons\/mimetypes\/mimetypes-x-content-text.svg\" width=\"16\" height=\"16\">\n <\/span>\n <\/span>","xmlNamespace":"http:\/\/typo3.org\/ns\/TYPO3\/CMS\/Core\/ViewHelpers","docTags":[],"argumentDefinitions":{"table":{"name":"table","type":"string","description":"the table for the record icon","required":true,"defaultValue":null,"escape":null},"row":{"name":"row","type":"array","description":"the record row","required":true,"defaultValue":null,"escape":null},"size":{"name":"size","type":"string","description":"the icon size","required":false,"defaultValue":"small","escape":null},"alternativeMarkupIdentifier":{"name":"alternativeMarkupIdentifier","type":"string","description":"alternative markup identifier","required":false,"defaultValue":null,"escape":null}},"allowsArbitraryArguments":false,"nameWithoutSuffix":"IconForRecord","namespaceWithoutSuffix":"TYPO3\\CMS\\Core","uri":"Core\/IconForRecord"},"iconForResource":{"className":"TYPO3\\CMS\\Core\\ViewHelpers\\IconForResourceViewHelper","namespace":"TYPO3\\CMS\\Core\\ViewHelpers","name":"IconForResourceViewHelper","tagName":"iconForResource","documentation":"Displays icon for a FAL resource (file or folder means a :php:`TYPO3\\CMS\\Core\\Resource\\ResourceInterface`).\n\nExamples\n========\n\nDefault::\n\n <core:iconForResource resource=\"{file.resource}\" \/>\n\nOutput::\n\n <span class=\"t3js-icon icon icon-size-small icon-state-default icon-mimetypes-text-html\" data-identifier=\"mimetypes-text-html\">\n <span class=\"icon-markup\">\n <img src=\"\/typo3\/sysext\/core\/Resources\/Public\/Icons\/T3Icons\/mimetypes\/mimetypes-text-html.svg\" width=\"16\" height=\"16\">\n <\/span>\n <\/span>","xmlNamespace":"http:\/\/typo3.org\/ns\/TYPO3\/CMS\/Core\/ViewHelpers","docTags":[],"argumentDefinitions":{"resource":{"name":"resource","type":"TYPO3\\CMS\\Core\\Resource\\ResourceInterface","description":"Resource","required":true,"defaultValue":null,"escape":null},"size":{"name":"size","type":"string","description":"The icon size","required":false,"defaultValue":"small","escape":null},"overlay":{"name":"overlay","type":"string","description":"Overlay identifier","required":false,"defaultValue":null,"escape":null},"options":{"name":"options","type":"array","description":"An associative array with additional options","required":false,"defaultValue":[],"escape":null},"alternativeMarkupIdentifier":{"name":"alternativeMarkupIdentifier","type":"string","description":"Alternative markup identifier","required":false,"defaultValue":null,"escape":null}},"allowsArbitraryArguments":false,"nameWithoutSuffix":"IconForResource","namespaceWithoutSuffix":"TYPO3\\CMS\\Core","uri":"Core\/IconForResource"},"normalizedUrl":{"className":"TYPO3\\CMS\\Core\\ViewHelpers\\NormalizedUrlViewHelper","namespace":"TYPO3\\CMS\\Core\\ViewHelpers","name":"NormalizedUrlViewHelper","tagName":"normalizedUrl","documentation":"Normalizes a path that uses EXT: syntax or an absolute URL to an absolute web path\n\nExamples\n========\n\nUrl::\n\n <core:normalizedUrl pathOrUrl=\"https:\/\/foo.bar\/img.jpg\" \/>\n\nOutput::\n\n https:\/\/foo.bar\/img.jpg\n\nPath::\n\n <core:normalizedUrl pathOrUrl=\"EXT:core\/Resources\/Public\/Images\/typo3_black.svg\" \/>\n\nOutput::\n\n \/typo3\/sysext\/core\/Resources\/Public\/Images\/typo3_black.svg","xmlNamespace":"http:\/\/typo3.org\/ns\/TYPO3\/CMS\/Core\/ViewHelpers","docTags":{"@internal":""},"argumentDefinitions":{"pathOrUrl":{"name":"pathOrUrl","type":"string","description":"Absolute path to file using EXT: syntax or URL.","required":false,"defaultValue":null,"escape":null}},"allowsArbitraryArguments":false,"nameWithoutSuffix":"NormalizedUrl","namespaceWithoutSuffix":"TYPO3\\CMS\\Core","uri":"Core\/NormalizedUrl"}},"uri":"Core\/Index","name":"Core","label":"Core (core:*)","namespaceAlias":"core","targetNamespace":"http:\/\/typo3.org\/ns\/TYPO3\/CMS\/Core\/ViewHelpers","includesNamespaces":["http:\/\/typo3.org\/ns\/TYPO3\/CMS\/Core\/ViewHelpers"],"sourceEdit":{"http:\/\/typo3.org\/ns\/TYPO3\/CMS\/Core\/ViewHelpers":{"sourcePrefix":"https:\/\/github.com\/TYPO3\/typo3\/blob\/main\/typo3\/sysext\/core\/Classes\/ViewHelpers\/","editPrefix":"https:\/\/github.com\/TYPO3\/typo3\/edit\/main\/typo3\/sysext\/core\/Classes\/ViewHelpers\/"}},"headlineIdentifierPrefix":{"http:\/\/typo3.org\/ns\/TYPO3\/CMS\/Core\/ViewHelpers":"typo3-core"}} |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.