drupal / sobki_profile_dsfr
Sobki profile based on UI Suite DSFR.
Requires
- php: >=8.1
- composer-runtime-api: ^2.0
- drupal/address: 2.0.1
- drupal/admin_toolbar: 3.4.2
- drupal/animated_gif: 2.0.5
- drupal/antibot: 2.0.3
- drupal/cache_control_override: 2.0.0
- drupal/clientside_validation: 4.0.2
- drupal/core-composer-scaffold: 10.2.6
- drupal/core-recommended: 10.2.6
- drupal/core-vendor-hardening: 10.2.6
- drupal/ctools: 4.0.4
- drupal/default_content: 2.0.0-alpha2
- drupal/editor_advanced_link: 2.2.4
- drupal/entity_reference_revisions: 1.11.0
- drupal/entity_vdts: 1.0.0-beta2
- drupal/extlink: 1.7.0
- drupal/facets: 3.0.0-beta1
- drupal/field_formatter: 3.0.0-rc3
- drupal/field_group: 3.4.0
- drupal/fontawesome: 2.26.0
- drupal/fontawesome_menu_icons: 3.0.0
- drupal/geocoder: 4.23.0
- drupal/geofield: 1.57.0
- drupal/geofield_map: 3.0.15
- drupal/gin: 3.0.0-rc10
- drupal/gin_lb: 1.0.0-rc7
- drupal/gin_login: 2.0.4
- drupal/gin_toolbar: 1.0.0-rc5
- drupal/health_check: 3.0.0
- drupal/jquery_ui: 1.7.0
- drupal/jquery_ui_menu: 2.1.0
- drupal/jquery_ui_selectmenu: 2.1.0
- drupal/language_switcher_extended: 1.1.0
- drupal/layout_builder_at: 2.13.0
- drupal/layout_builder_browser: 1.6.0
- drupal/layout_builder_lock: 1.4.0
- drupal/layout_builder_operation_link: 2.1.0
- drupal/layout_builder_restrictions: 3.0.0
- drupal/layout_builder_restrictions_by_role: 1.0.0-rc1
- drupal/layout_options: 1.5.0
- drupal/leaflet: 10.2.16
- drupal/linkit: 6.1.4
- drupal/media_entity_download: 2.2.0
- drupal/media_entity_link: 2.0.1
- drupal/media_library_edit: 3.0.3
- drupal/menu_admin_per_menu: 1.5.0
- drupal/menu_block: 1.11.0
- drupal/menu_link_attributes: 1.3.0
- drupal/menu_manipulator: 3.0.6
- drupal/menu_trail_by_path: 2.0.1
- drupal/metatag: 2.0.0
- drupal/paragraphs: 1.17.0
- drupal/paragraphs_viewmode: 1.1.0
- drupal/pathauto: 1.12.0
- drupal/redirect: 1.9.0
- drupal/responsive_preview: 2.1.1
- drupal/robotstxt: 1.5.0
- drupal/role_delegation: 1.2.0
- drupal/scheduler: 2.0.3
- drupal/schema_metatag: 3.0.1
- drupal/search_api: 1.34.0
- drupal/search_api_autocomplete: 1.8.0
- drupal/section_library: 1.1.1
- drupal/select_icons: 1.2.0
- drupal/simple_sitemap: 4.1.9
- drupal/sitemap: 2.0.0-beta6
- drupal/sobki_theme_admin: 1.0.0-alpha1
- drupal/svg_image: 3.0.2
- drupal/tablefield: 2.4.0
- drupal/token: 1.14.0
- drupal/translatable_menu_link_uri: 2.1.0
- drupal/ui_examples: 1.0.0-beta6
- drupal/ui_patterns: 1.8.0
- drupal/ui_patterns_entity_links: 1.2.0
- drupal/ui_patterns_field_formatters: 2.0.0
- drupal/ui_patterns_layout_builder: 1.2.0
- drupal/ui_patterns_settings: 2.2.0-alpha1
- drupal/ui_patterns_views_style: 1.3.0
- drupal/ui_skins: 1.0.0-alpha6
- drupal/ui_styles: 1.9.0
- drupal/ui_suite_dsfr: 1.0.0-rc2
- drupal/views_custom_cache_tag: 1.3.0
- drupal/webform: 6.2.2
- geocoder-php/nominatim-provider: ^5.7
- npm-asset/fontawesome-iconpicker: 3.2.0
- npm-asset/fonticonpicker--fonticonpicker: 3.1.1
- npm-asset/fortawesome--fontawesome-free: 6.5.2
- npm-asset/gouvfr--dsfr: 1.11.2
- npm-asset/jquery-validation: 1.20.0
- npm-asset/toastify-js: 1.12.0
- symfony/http-client: ^6.4
Requires (Dev)
Conflicts
This package is auto-updated.
Last update: 2024-10-29 10:24:27 UTC
README
This profile is based on UI Suite DSFR and its goal is to provide a clean and ready to use DSFR integration.
See Sobki's documentation for general and common documentation of the Sobki ecosystem.
There is currently no specific documentation for this profile.
Requirements
This profile has no special system requirements. See Sobki's documentation
This profile requires Composer to gather its dependencies. See Sobki's documentation
In addition to the Composer specificities common to all Sobki's profiles,
the following content should be present into the project composer.json
:
{
"extra": {
...
"installer-paths": {
"app/libraries/dsfr": [
"npm-asset/gouvfr--dsfr"
],
...
"app/libraries/{$name}": [
"type:drupal-library",
"type:bower-asset",
"type:npm-asset"
]
}
}
}
Installation
Install as you would normally install a contributed Drupal profile.
Configuration
After the installation, adapt the provided configuration to your needs.