Parlons de votre projet

Catégorie

Partitech Sonata Extra Bundle

25 articles

Partitech Sonata Extra Bundle : Firewall

The SonataExtraBundle provides an enhanced set of functionalities for managing firewall rules within the Sonata Admin environment. This bundle allows administrators to create and manage rules for filtering requests based on various criteria like stop words, IP addresses, and User Agents.

Sonata Extra Bundle: Header Redirect Manager

Overview The Header Redirect Tool is designed to manage incoming traffic redirections within your application. It enables the configuration of redirection rules with various HTTP status codes to effectively handle different redirection scenarios. Screens List view : Detail view : Supported Redirection Status Codes 301 Moved Permanently: Indicates the resource has been moved to a new URL permanently. 302 Found: Suggests a temporary redirection to a different URL. 307 Temporary Redirec...

Sonata Extra Bundle: Activity log

Overview The Activity Log feature in the Sonata Extra Bundle is designed to monitor and log all activities within the admin site. It provides a comprehensive view of actions taken, resources involved, descriptions of activities, and the users who performed them. Features Action Type Display: Shows the type of action performed (e.g., create, update, delete). Resource Tracking: Identifies the resource that was affected by the action. Action Description: Provides a detailed description of the ...

Partitech Sonata Extra Bundle : Media Library for Ckeditor

Introduction Proper configuration of CKEditor is essential for its optimal functionality. This guide provides the steps to install a valid version of CKEditor and configure it to use the Media library in a Sonata project. Installation Addressing Invalid LTS License Key Error If you encounter the following error: [CKEDITOR] For more information about this error go to https://ckeditor.com/docs/ckeditor4/latest/guide/dev_errors.html#invalid-lts-license-key Install the specified version of CK...

Partitech Sonata Extra Bundle : Integrating Gutenberg Editor

Introduction Integrating the Gutenberg editor into Sonata involves using the 'Automatic Isolated block editor' library. This guide details the steps needed to install and configure the Gutenberg editor in your Sonata application. Screens Library Installation The Gutenberg editor relies on a library from 'Automatic Isolated Block Editor'. You can download the library using the following link: Automatic Isolated Block Editor Library Installation Steps Download and Install the Library: ...

Partitech Sonata Extra Bundle : Migrating Your Site from WordPress

This guide provides a step-by-step process to migrate your WordPress site content to the Sonata Extra Bundle. Step 1: Importing Content Begin by importing your WordPress content using the following command bin/console sonata-extra:wordpress-importer --url https://www.domain.com --user wordpressUser --token "s2df5 df5df1 qsd8f yu65u wxc56 uj16 eret9" For detailed instructions on this command, refer to WordPress Importer Command. WordPress importer command After executing this command, your ...

Partitech Sonata Extra Bundle : Configuring Custom 404 and 500 Error

Introduction Customizing error pages (404 - Not Found and 500 - Internal Server Error) in your application can enhance user experience during unexpected situations. This guide will walk you through the process of setting up custom error pages in the SonataExtraBundle. Prerequisites Before proceeding, there are a few important things to note: Development Environment: Custom error pages are not displayed in the development environment. To see them in action, you need to set your application t...

Partitech Sonata Extra Bundle : Layout setup

Introduction Setting up your layout in SonataPage is a crucial step in creating a well-structured and visually appealing website. This guide will help you understand the layout configuration process within the SonataPage bundle. Prerequisite Before proceeding, make sure you have read the main documentation of SonataPage: Read the SonataPage Documentation Configuration Steps Step 1: Define Your Layout Configuration Start by defining your layout in a YAML configuration file. Here is an example...

Partitech Sonata Extra Bundle : WordPress-import

Command Overview The sonata-extra:wordpress-importer command is designed for importing images, categories, posts, and tags from a WordPress site into your application. This command is key for integrating WordPress content with ease. Syntax sonata-extra:wordpress-importer --url=[WORDPRESS_SITE_URL] --user=[USERNAME] --token="[TOKEN]" Parameters --url: The URL of the WordPress site from which content is to be imported. --user: Your WordPress username. --token: The authentication token for AP...

Partitech Sonata Extra Bundle : Translation create template CMD

Overview PartitechSonataExtraBundle provides a convenient way to manage translations in Sonata Admin. This bundle includes two primary commands: sonata:extra:translation-create-template and sonata:extra:translation-import-template. These commands facilitate the creation and import of translations, optimizing the process and integrating with Chat GPT for efficient translation handling. Commands sonata:extra:translation-create-template Description This command prepares your content for transla...

Partitech Sonata Extra Bundle : Translation batch CMD

The Sonata Extra Bundle provides a powerful feature for automatic translation through its Translation API functionality. This feature allows users to effortlessly translate text between different languages using AI-powered translation providers. Understanding Translation API The Translation API is a feature that leverages AI-powered translation services to provide automatic translation for text. By integrating different translation providers, users can translate text to various languages wit...