forked from subugoe/typo3-find
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Find plugin to the new content element wizard
This uses the fontawesome icon fa-search.
- Loading branch information
1 parent
9f4bb2b
commit 5d7f6c3
Showing
3 changed files
with
53 additions
and
0 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
mod.wizards.newContentElement.wizardItems.plugins { | ||
elements { | ||
find { | ||
iconIdentifier = ext-find-ce-wizard | ||
title = LLL:EXT:find/Resources/Private/Language/locallang_be.xml:ce.title | ||
description = LLL:EXT:find/Resources/Private/Language/locallang_be.xml:ce.description | ||
tt_content_defValues { | ||
CType = list | ||
list_type = find_find | ||
} | ||
} | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
<T3locallang> | ||
|
||
<meta type="array"> | ||
<type>module</type> | ||
<description>Backend language labels for the »find« extension</description> | ||
</meta> | ||
|
||
<data type="array"> | ||
|
||
<languageKey index="default" type="array"> | ||
<label index="ce.title">TYPO3 Find</label> | ||
<label index="ce.description">A frontend for Solr indexes.</label> | ||
|
||
</languageKey> | ||
|
||
<languageKey index="de" type="array"> | ||
<label index="ce.title">TYPO3 Find</label> | ||
<label index="ce.description">Ein frontend für Solr Indices.</label> | ||
</languageKey> | ||
|
||
</data> | ||
</T3locallang> |
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