-
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.
Ajout d'une extension eZ générique pour commencer la configuration
- Loading branch information
Showing
13 changed files
with
353 additions
and
0 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
ezpublish_legacy/extension/islegacyapp/settings/content.ini.append.php
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,7 @@ | ||
<?php | ||
|
||
/* | ||
|
||
[paragraph] | ||
AllowEmpty=true | ||
AvailableClasses[]=highlighted |
12 changes: 12 additions & 0 deletions
12
ezpublish_legacy/extension/islegacyapp/settings/contentstructuremenu.ini.append.php
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,12 @@ | ||
<?php | ||
/* | ||
[TreeMenu] | ||
Dynamic=enabled | ||
ShowClasses[] | ||
ShowClasses[]=frontpage | ||
ShowClasses[]=folder | ||
ShowClasses[]=user_group | ||
*/ |
7 changes: 7 additions & 0 deletions
7
ezpublish_legacy/extension/islegacyapp/settings/design.ini.append.php
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,7 @@ | ||
<?php | ||
/* | ||
[ExtensionSettings] | ||
DesignExtensions[]=islegacyapp | ||
*/ |
6 changes: 6 additions & 0 deletions
6
ezpublish_legacy/extension/islegacyapp/settings/ezoe.ini.append.php
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,6 @@ | ||
<?php | ||
/* #?ini charset="utf8"? | ||
[EditorSettings] | ||
SkinVariant=silver | ||
*/ ?> |
35 changes: 35 additions & 0 deletions
35
ezpublish_legacy/extension/islegacyapp/settings/ezoe_attributes.ini.append.php
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,35 @@ | ||
<?php /* #?ini charset="utf8"? | ||
[CustomAttribute_table_summary] | ||
Name=Summary (WAI) | ||
Required=true | ||
[CustomAttribute_scope] | ||
Name=Scope | ||
Title=The scope attribute defines a way to associate header cells and data cells in a table. | ||
Type=select | ||
Selection[] | ||
Selection[col]=Column | ||
Selection[row]=Row | ||
[CustomAttribute_valign] | ||
Title=Lets you define the vertical alignment of the table cell/ header. | ||
Type=select | ||
Selection[] | ||
Selection[top]=Top | ||
Selection[middle]=Middle | ||
Selection[bottom]=Bottom | ||
Selection[baseline]=Baseline | ||
[Attribute_table_border] | ||
Type=htmlsize | ||
AllowEmpty=true | ||
[CustomAttribute_embed_offset] | ||
Type=int | ||
AllowEmpty=true | ||
[CustomAttribute_embed_limit] | ||
Type=int | ||
AllowEmpty=true | ||
*/ ?> |
11 changes: 11 additions & 0 deletions
11
ezpublish_legacy/extension/islegacyapp/settings/ezxml.ini.append.php
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,11 @@ | ||
<?php /* #?ini charset="utf-8"? | ||
[TagSettings] | ||
TagPresets[] | ||
TagPresets[mini]=Simple formatting | ||
[InputSettings] | ||
TrimSpaces=false | ||
AllowMultipleSpaces=true | ||
*/ ?> |
94 changes: 94 additions & 0 deletions
94
ezpublish_legacy/extension/islegacyapp/settings/image.ini.append.php
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,94 @@ | ||
<?php | ||
/* | ||
#NE PAS UTILISER CE FICHIER POUR CREER DES ALIAS §!!! => ezpublish/config/ezpublish.yml:48 | ||
[small] | ||
GUIName=Petit (230px de large) | ||
[medium] | ||
GUIName=Moyen (460px de large) | ||
[large] | ||
GUIName=Toute la largeur (1000px de large) | ||
[original] | ||
GUIName=Taille originale | ||
[reference] | ||
HideFromRelations=enabled | ||
[tiny] | ||
HideFromRelations=enabled | ||
[rss] | ||
HideFromRelations=enabled | ||
[campaign] | ||
HideFromRelations=enabled | ||
[backgroundimage] | ||
HideFromRelations=enabled | ||
[highlighted] | ||
HideFromRelations=enabled | ||
[galleryfull] | ||
HideFromRelations=enabled | ||
[contentgrid] | ||
HideFromRelations=enabled | ||
[gallery] | ||
HideFromRelations=enabled | ||
[imagefull] | ||
HideFromRelations=enabled | ||
[listitem] | ||
HideFromRelations=enabled | ||
[articleimage] | ||
HideFromRelations=enabled | ||
[articlethumbnail] | ||
HideFromRelations=enabled | ||
[gallerythumbnail] | ||
HideFromRelations=enabled | ||
[galleryline] | ||
HideFromRelations=enabled | ||
[imagelarge] | ||
HideFromRelations=enabled | ||
[logo] | ||
HideFromRelations=enabled | ||
[infoboximage] | ||
HideFromRelations=enabled | ||
[billboard] | ||
HideFromRelations=enabled | ||
[productthumbnail] | ||
HideFromRelations=enabled | ||
[productimage] | ||
HideFromRelations=enabled | ||
[mainstory1] | ||
HideFromRelations=enabled | ||
[mainstory2] | ||
HideFromRelations=enabled | ||
[mainstory3] | ||
HideFromRelations=enabled | ||
[block2items1] | ||
HideFromRelations=enabled | ||
[block2items2] | ||
HideFromRelations=enabled | ||
[block3items3] | ||
HideFromRelations=enabled | ||
[blockgallery1] | ||
HideFromRelations=enabled | ||
[imageplacesize] | ||
HideFromRelations=enabled | ||
[slide] | ||
HideFromRelations=enabled | ||
[product_square_bg] | ||
HideFromRelations=enabled | ||
[product_square] | ||
HideFromRelations=enabled | ||
[embed_product] | ||
HideFromRelations=enabled | ||
[embed_wide_product] | ||
HideFromRelations=enabled | ||
[embed_blog_post] | ||
HideFromRelations=enabled | ||
[embed_rubric] | ||
HideFromRelations=enabled | ||
[embed_hightlighted_blog_post] | ||
HideFromRelations=enabled | ||
[banner] | ||
HideFromRelations=enabled | ||
*/ |
10 changes: 10 additions & 0 deletions
10
ezpublish_legacy/extension/islegacyapp/settings/site.ini.append.php
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,10 @@ | ||
<?php | ||
/* | ||
[SiteSettings] | ||
#TODO : modifier le nom | ||
SiteName=SiteName | ||
*/ |
12 changes: 12 additions & 0 deletions
12
ezpublish_legacy/extension/islegacyapp/settings/siteaccess/fr/site.ini.append.php
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,12 @@ | ||
<?php | ||
/* | ||
[RegionalSettings] | ||
Locale=fre-FR | ||
ContentObjectLocale=fre-FR | ||
ShowUntranslatedObjects=disabled | ||
SiteLanguageList[] | ||
SiteLanguageList[]=fre-FR | ||
TextTranslation=enabled | ||
*/ |
57 changes: 57 additions & 0 deletions
57
ezpublish_legacy/extension/islegacyapp/settings/siteaccess/is_admin/override.ini.append.php
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,57 @@ | ||
<?php | ||
/* #?ini charset="utf-8"? | ||
[file] | ||
Source=node/view/admin_preview.tpl | ||
MatchFile=admin_preview/file.tpl | ||
Subdir=templates | ||
Match[class_identifier]=file | ||
[image] | ||
Source=node/view/admin_preview.tpl | ||
MatchFile=admin_preview/image.tpl | ||
Subdir=templates | ||
Match[class_identifier]=image | ||
[thumbnail_image] | ||
Source=node/view/thumbnail.tpl | ||
MatchFile=thumbnail/image.tpl | ||
Subdir=templates | ||
Match[class_identifier]=image | ||
[embed_image] | ||
Source=content/view/embed.tpl | ||
MatchFile=embed_image.tpl | ||
Subdir=templates | ||
Match[class_identifier]=image | ||
[embed-inline_image] | ||
Source=content/view/embed-inline.tpl | ||
MatchFile=embed-inline_image.tpl | ||
Subdir=templates | ||
Match[class_identifier]=image | ||
[embed_node_image] | ||
Source=node/view/embed.tpl | ||
MatchFile=embed_image.tpl | ||
Subdir=templates | ||
Match[class_identifier]=image | ||
[embed-inline_node_image] | ||
Source=node/view/embed-inline.tpl | ||
MatchFile=embed-inline_image.tpl | ||
Subdir=templates | ||
Match[class_identifier]=image | ||
[thumbnail_image_browse] | ||
Source=node/view/browse_thumbnail.tpl | ||
MatchFile=thumbnail/image_browse.tpl | ||
Subdir=templates | ||
Match[class_identifier]=image | ||
[tiny_image] | ||
Source=content/view/tiny.tpl | ||
MatchFile=tiny_image.tpl | ||
Subdir=templates | ||
Match[class_identifier]=image | ||
*/ ?> |
30 changes: 30 additions & 0 deletions
30
ezpublish_legacy/extension/islegacyapp/settings/siteaccess/is_admin/site.ini.append.php
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,30 @@ | ||
<?php | ||
/* #?ini charset="utf-8"? | ||
[SiteAccessSettings] | ||
RequireUserLogin=true | ||
RelatedSiteAccessList[] | ||
RelatedSiteAccessList[]=fr | ||
RelatedSiteAccessList[]=en | ||
RelatedSiteAccessList[]=is_admin | ||
ShowHiddenNodes=true | ||
[DesignSettings] | ||
SiteDesign=admin | ||
AdditionalSiteDesignList[]=ezdemo | ||
[ContentSettings] | ||
CachedViewPreferences[full]=admin_navigation_content=1;admin_children_viewmode=list;admin_list_limit=1 | ||
TranslationList= | ||
[RegionalSettings] | ||
Locale=fre-FR | ||
ContentObjectLocale=fre-FR | ||
ShowUntranslatedObjects=enabled | ||
SiteLanguageList[] | ||
SiteLanguageList[]=fre-FR | ||
SiteLanguageList[]=eng-GB | ||
TextTranslation=enabled | ||
*/ ?> |
71 changes: 71 additions & 0 deletions
71
ezpublish_legacy/extension/islegacyapp/settings/toolbar.ini.append.php
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,71 @@ | ||
<?php | ||
/* #?ini charset="utf-8"? | ||
[Toolbar] | ||
AvailableToolBarArray[] | ||
AvailableToolBarArray[]=setup | ||
AvailableToolBarArray[]=admin_right | ||
AvailableToolBarArray[]=admin_developer | ||
[Tool] | ||
AvailableToolArray[] | ||
AvailableToolArray[]=setup_link | ||
AvailableToolArray[]=admin_current_user | ||
AvailableToolArray[]=admin_bookmarks | ||
AvailableToolArray[]=admin_clear_cache | ||
AvailableToolArray[]=admin_quick_settings | ||
[Toolbar_setup] | ||
Tool[] | ||
Tool[]=setup_link | ||
Tool[]=setup_link | ||
Tool[]=setup_link | ||
Tool[]=setup_link | ||
Tool[]=setup_link | ||
[Toolbar_admin_right] | ||
Tool[] | ||
Tool[]=admin_current_user | ||
Tool[]=admin_preferences | ||
Tool[]=admin_bookmarks | ||
[Toolbar_admin_developer] | ||
Tool[] | ||
Tool[]=admin_clear_cache | ||
Tool[]=admin_quick_settings | ||
[Tool_setup_link] | ||
title= | ||
link_icon= | ||
url= | ||
[Tool_setup_link_description] | ||
title=Title | ||
link_icon=Icon | ||
url=URL | ||
[Tool_setup_setup_link_1] | ||
title=Classes | ||
link_icon=classes.png | ||
url=/class/grouplist | ||
[Tool_setup_setup_link_2] | ||
title=Cache | ||
link_icon=cache.png | ||
url=/setup/cache | ||
[Tool_setup_setup_link_3] | ||
title=URL translator | ||
link_icon=url_translator.png | ||
url=/content/urltranslator | ||
[Tool_setup_setup_link_4] | ||
title=Settings | ||
link_icon=common_ini_settings.png | ||
url=/content/edit/52 | ||
[Tool_setup_setup_link_5] | ||
title=Look and feel | ||
link_icon=look_and_feel.png | ||
url=/content/edit/54 | ||
*/ |
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