Skip to content

Commit

Permalink
IBX-1210: Rebranded @ezdesign ibexa/admin-ui repository (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nattfarinn authored Jan 27, 2022
1 parent 593edf0 commit f89ffe2
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 37 deletions.
4 changes: 2 additions & 2 deletions src/bundle/Resources/config/admin_ui_forms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ system:
admin_group:
admin_ui_forms:
content_edit_form_templates:
- { template: '@ezdesign/content/form_fields.html.twig', priority: 0 }
- { template: '@ibexadesign/content/form_fields.html.twig', priority: 0 }

field_templates:
- { template: '@ezdesign/ui/field_type/preview/content_fields.html.twig', priority: 20 }
- { template: '@ibexadesign/ui/field_type/preview/content_fields.html.twig', priority: 20 }
2 changes: 1 addition & 1 deletion src/bundle/Resources/config/default_parameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ parameters:
ezsettings.default.content_type.default-config:
thumbnail: '/bundles/ibexaadminui/img/ibexa-icons.svg#file'

ezplatform.content_view.tabs.default_template: '@@ezdesign/ui/tab/default.html.twig'
ezplatform.content_view.tabs.default_template: '@@ibexadesign/ui/tab/default.html.twig'

ezplatform.multifile_upload.location.mappings: []

Expand Down
26 changes: 13 additions & 13 deletions src/bundle/Resources/config/ezplatform_default_settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,19 @@ parameters:
# Views
ezsettings.default.content_translate_view: {}
ezsettings.default.limitation_value_templates:
- { template: '@@ezdesign/limitation/limitation_values.html.twig', priority: 0 }
ezsettings.admin_group.user_settings.templates.list: "@@ezdesign/account/settings/list.html.twig"
ezsettings.admin_group.user_settings.templates.update: "@@ezdesign/account/settings/update.html.twig"
ezsettings.admin_group.user_change_password.templates.form: "@@ezdesign/account/change_password/index.html.twig"
ezsettings.admin_group.user_forgot_password.templates.form: "@@ezdesign/account/forgot_password/index.html.twig"
ezsettings.admin_group.user_forgot_password_success.templates.form: "@@ezdesign/account/forgot_password/confirmation_page.html.twig"
ezsettings.admin_group.user_forgot_password_login.templates.form: "@@ezdesign/account/forgot_password/index_with_login.html.twig"
ezsettings.admin_group.user_forgot_password.templates.mail: "@@ezdesign/account/forgot_password/mail.html.twig"
ezsettings.admin_group.user_reset_password.templates.form: "@@ezdesign/account/reset_password/index.html.twig"
ezsettings.admin_group.user_reset_password.templates.invalid_link: "@@ezdesign/account/reset_password/invalid_link_page.html.twig"
ezsettings.admin_group.user_reset_password.templates.success: "@@ezdesign/account/reset_password/confirmation_page.html.twig"
ezsettings.admin_group.user_edit.templates.update: '@@ezdesign/user/edit.html.twig'
ezsettings.admin_group.user_edit.templates.create: '@@ezdesign/user/create.html.twig'
- { template: '@@ibexadesign/limitation/limitation_values.html.twig', priority: 0 }
ezsettings.admin_group.user_settings.templates.list: "@@ibexadesign/account/settings/list.html.twig"
ezsettings.admin_group.user_settings.templates.update: "@@ibexadesign/account/settings/update.html.twig"
ezsettings.admin_group.user_change_password.templates.form: "@@ibexadesign/account/change_password/index.html.twig"
ezsettings.admin_group.user_forgot_password.templates.form: "@@ibexadesign/account/forgot_password/index.html.twig"
ezsettings.admin_group.user_forgot_password_success.templates.form: "@@ibexadesign/account/forgot_password/confirmation_page.html.twig"
ezsettings.admin_group.user_forgot_password_login.templates.form: "@@ibexadesign/account/forgot_password/index_with_login.html.twig"
ezsettings.admin_group.user_forgot_password.templates.mail: "@@ibexadesign/account/forgot_password/mail.html.twig"
ezsettings.admin_group.user_reset_password.templates.form: "@@ibexadesign/account/reset_password/index.html.twig"
ezsettings.admin_group.user_reset_password.templates.invalid_link: "@@ibexadesign/account/reset_password/invalid_link_page.html.twig"
ezsettings.admin_group.user_reset_password.templates.success: "@@ibexadesign/account/reset_password/confirmation_page.html.twig"
ezsettings.admin_group.user_edit.templates.update: '@@ibexadesign/user/edit.html.twig'
ezsettings.admin_group.user_edit.templates.create: '@@ibexadesign/user/create.html.twig'

# Content Tree Module
ezsettings.admin_group.content_tree_module.load_more_limit: 30
Expand Down
6 changes: 3 additions & 3 deletions src/bundle/Resources/config/role.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
parameters:
# Limitation mappers
ezplatform.content_forms.limitation.null.template: "@@ezdesign/limitation/null_limitation_values.html.twig"
ezplatform.content_forms.limitation.udw.template: "@@ezdesign/limitation/udw_limitation_value.html.twig"
ezplatform.content_forms.limitation.multiple_selection.template: "@@ezdesign/limitation/base_limitation_values.html.twig"
ezplatform.content_forms.limitation.null.template: "@@ibexadesign/limitation/null_limitation_values.html.twig"
ezplatform.content_forms.limitation.udw.template: "@@ibexadesign/limitation/udw_limitation_value.html.twig"
ezplatform.content_forms.limitation.multiple_selection.template: "@@ibexadesign/limitation/base_limitation_values.html.twig"
2 changes: 1 addition & 1 deletion src/bundle/Resources/config/services/components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
abstract: true
lazy: true
arguments:
$template: '@@ezdesign/ui/tab/default.html.twig'
$template: '@@ibexadesign/ui/tab/default.html.twig'

Ibexa\AdminUi\Component\ScriptComponent:
abstract: true
Expand Down
4 changes: 2 additions & 2 deletions src/bundle/Resources/config/services/dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ services:
ibexa.adminui.dashboard.me:
parent: Ibexa\AdminUi\Component\TwigComponent
arguments:
$template: '@@ezdesign/ui/dashboard/block/me.html.twig'
$template: '@@ibexadesign/ui/dashboard/block/me.html.twig'
tags:
- { name: ibexa.admin_ui.component, group: 'dashboard-blocks' }

ibexa.adminui.dashboard.all:
parent: Ibexa\AdminUi\Component\TwigComponent
arguments:
$template: '@@ezdesign/ui/dashboard/block/all.html.twig'
$template: '@@ibexadesign/ui/dashboard/block/all.html.twig'
tags:
- { name: ibexa.admin_ui.component, group: 'dashboard-blocks' }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
ibexa.adminui.content_type.tab_groups:
parent: Ibexa\AdminUi\Component\TabsComponent
arguments:
$template: '@@ezdesign/ui/tab/content_type.html.twig'
$template: '@@ibexadesign/ui/tab/content_type.html.twig'
$groupIdentifier: 'content-type'
tags:
- { name: ibexa.admin_ui.component, group: 'content-type-tab-groups' }
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
ibexa.adminui.location_view.tab_groups:
parent: Ibexa\AdminUi\Component\TabsComponent
arguments:
$template: '@@ezdesign/ui/tab/location_view.html.twig'
$template: '@@ibexadesign/ui/tab/location_view.html.twig'
$groupIdentifier: 'location-view'
tags:
- { name: ibexa.admin_ui.component, group: 'location-view-tab-groups' }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
app.my_tabs.custom_group:
parent: Ibexa\AdminUi\Component\TabsComponent
arguments:
$template: '@@ezdesign/ui/tab/url_management.html.twig'
$template: '@@ibexadesign/ui/tab/url_management.html.twig'
$groupIdentifier: 'link-manager'
tags:
- { name: ibexa.admin_ui.component, group: 'link-manager-block' }
Expand Down
2 changes: 1 addition & 1 deletion src/bundle/Resources/config/services/user_settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ parameters:
ezsettings.admin_group.user_settings_update_view_defaults:
full:
default:
template: "@@ezdesign/account/settings/update.html.twig"
template: "@@ibexadesign/account/settings/update.html.twig"
match: []

services:
Expand Down
22 changes: 11 additions & 11 deletions src/bundle/Resources/config/views.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
system:
admin_group:
user:
login_template: '@ezdesign/account/login/index.html.twig'
login_template: '@ibexadesign/account/login/index.html.twig'

content_view:
full:
default:
controller: 'Ibexa\Bundle\AdminUi\Controller\ContentViewController::locationViewAction'
template: '@ezdesign/content/location_view.html.twig'
template: '@ibexadesign/content/location_view.html.twig'
match: true
preview_ezobjectrelationlist_row:
default:
Expand All @@ -23,40 +23,40 @@ system:
content_edit_view:
full:
ezplatform_admin_ui:
template: '@ezdesign/content/edit/edit.html.twig'
template: '@ibexadesign/content/edit/edit.html.twig'
match: true
params:
view_base_layout: '@ezdesign/ui/layout.html.twig'
view_base_layout: '@ibexadesign/ui/layout.html.twig'

content_create_view:
full:
ezplatform_admin_ui:
template: '@ezdesign/content/create/create.html.twig'
template: '@ibexadesign/content/create/create.html.twig'
match: true
params:
view_base_layout: '@ezdesign/ui/layout.html.twig'
view_base_layout: '@ibexadesign/ui/layout.html.twig'

content_translate_view:
full:
ezplatform_admin_ui:
template: '@ezdesign/content/edit/edit.html.twig'
template: '@ibexadesign/content/edit/edit.html.twig'
match: true
params:
view_base_layout: '@ezdesign/ui/layout.html.twig'
view_base_layout: '@ibexadesign/ui/layout.html.twig'

user_settings_update_view:
full:
ezplatform_admin_ui_datetime_format:
template: '@ezdesign/account/settings/update_datetime_format.html.twig'
template: '@ibexadesign/account/settings/update_datetime_format.html.twig'
match:
Identifier: [full_datetime_format, short_datetime_format]

search_view:
full:
ezplatform_admin_ui:
template: '@ezdesign/ui/search/index.html.twig'
template: '@ibexadesign/ui/search/index.html.twig'
match: true

default:
fielddefinition_edit_templates:
- { template: '@ezdesign/content_type/field_types.html.twig', priority: 0 }
- { template: '@ibexadesign/content_type/field_types.html.twig', priority: 0 }

0 comments on commit f89ffe2

Please sign in to comment.