diff --git a/cache_xml.md b/cache_xml.md index 9503074..7cc8ea8 100644 --- a/cache_xml.md +++ b/cache_xml.md @@ -18,7 +18,6 @@ The cache.xml file is located in the `app/etc/` directory of your Magento 2 inst structure with a root `` element, which contains multiple `` elements representing different cache types. ```xml - @@ -39,7 +38,6 @@ the corresponding `` element. These child elements define various properti ### Example: Configuring the `config` Cache Type ```xml - Magento\Framework\Cache\Backend\File Magento\Framework\App\Cache\StateInterface diff --git a/cron_groups.md b/cron_groups.md index 7878c37..a893043 100644 --- a/cron_groups.md +++ b/cron_groups.md @@ -20,7 +20,6 @@ The `cron_groups.xml` file follows a specific structure that consists of several example of the basic structure: ```xml - @@ -53,7 +52,6 @@ following attribute: Example: ```xml - @@ -67,7 +65,6 @@ minutes for generating the cron schedule. Example: ```xml - 1 ``` @@ -79,7 +76,6 @@ is generated. It helps in ensuring that scheduled tasks are executed on time by Example: ```xml - 4 ``` @@ -91,7 +87,6 @@ this time, the schedule entry for the cron job will be removed from the schedule Example: ```xml - 2 ``` @@ -103,7 +98,6 @@ minutes for cleaning up the history of executed cron jobs. Example: ```xml - 10 ``` @@ -115,7 +109,6 @@ removed from the history tables. Example: ```xml - 60 ``` @@ -127,7 +120,6 @@ from the history tables. Example: ```xml - 600 ``` @@ -139,7 +131,6 @@ separate process. It accepts a boolean value: `0` for false and `1` for true. Example: ```xml - 0 ``` diff --git a/cron_groups_xml.md b/cron_groups_xml.md index ffbd478..9c0b274 100644 --- a/cron_groups_xml.md +++ b/cron_groups_xml.md @@ -22,7 +22,6 @@ The `cron_groups.xml` file follows a specific structure that consists of several example of the basic structure: ```xml - @@ -55,7 +54,6 @@ following attribute: Example: ```xml - @@ -69,7 +67,6 @@ minutes for generating the cron schedule. Example: ```xml - 1 ``` @@ -81,7 +78,6 @@ is generated. It helps in ensuring that scheduled tasks are executed on time by Example: ```xml - 4 ``` @@ -93,7 +89,6 @@ this time, the schedule entry for the cron job will be removed from the schedule Example: ```xml - 2 ``` @@ -105,7 +100,6 @@ minutes for cleaning up the history of executed cron jobs. Example: ```xml - 10 ``` @@ -117,7 +111,6 @@ removed from the history tables. Example: ```xml - 60 ``` @@ -129,7 +122,6 @@ from the history tables. Example: ```xml - 600 ``` @@ -141,7 +133,6 @@ separate process. It accepts a boolean value: `0` for false and `1` for true. Example: ```xml - 0 ``` diff --git a/db_schema.md b/db_schema.md index f5c1081..bb8e28f 100644 --- a/db_schema.md +++ b/db_schema.md @@ -35,7 +35,6 @@ element can have the following attributes: Here's an example of defining a table in the `db_schema.xml` file: ```xml - @@ -58,7 +57,6 @@ attributes: Here's an example of defining columns within a table: ```xml -
@@ -79,7 +77,6 @@ the following attributes: Here's an example of defining an index within a table: ```xml -
@@ -106,7 +103,6 @@ The `constraint` element can have the following attributes: Here's an example of defining a foreign key constraint within a table: ```xml -
diff --git a/db_schema_xml.md b/db_schema_xml.md index 1680613..b40818e 100644 --- a/db_schema_xml.md +++ b/db_schema_xml.md @@ -37,7 +37,6 @@ element can have the following attributes: Here's an example of defining a table in the `db_schema.xml` file: ```xml -
@@ -60,7 +59,6 @@ attributes: Here's an example of defining columns within a table: ```xml -
@@ -81,7 +79,6 @@ the following attributes: Here's an example of defining an index within a table: ```xml -
@@ -108,7 +105,6 @@ The `constraint` element can have the following attributes: Here's an example of defining a foreign key constraint within a table: ```xml -
diff --git a/di.md b/di.md index 19994b9..026fa93 100644 --- a/di.md +++ b/di.md @@ -24,7 +24,6 @@ defined. Within a `` element, you can have multiple `` and ` @@ -45,7 +44,6 @@ For example, if we want to configure dependencies for the `Magento\Catalog\Api\P the `` element would look like this: ```xml - @@ -60,7 +58,6 @@ Here's an example of how to define constructor arguments for the `Magento\Catalo interface: ```xml - Magento\Catalog\Model\ProductFactory @@ -84,7 +81,6 @@ implements the plugin), and the name of the method you want to intercept. Here's an example of how to define a plugin for the `Magento\Catalog\Api\ProductRepositoryInterface` interface: ```xml - diff --git a/di_xml.md b/di_xml.md index 0a64e63..6fa154b 100644 --- a/di_xml.md +++ b/di_xml.md @@ -26,7 +26,6 @@ defined. Within a `` element, you can have multiple `` and ` @@ -47,7 +46,6 @@ For example, if we want to configure dependencies for the `Magento\Catalog\Api\P the `` element would look like this: ```xml - @@ -62,7 +60,6 @@ Here's an example of how to define constructor arguments for the `Magento\Catalo interface: ```xml - Magento\Catalog\Model\ProductFactory @@ -86,7 +83,6 @@ implements the plugin), and the name of the method you want to intercept. Here's an example of how to define a plugin for the `Magento\Catalog\Api\ProductRepositoryInterface` interface: ```xml - diff --git a/email_templates_xml.md b/email_templates_xml.md index f9f97c7..7e79d9a 100644 --- a/email_templates_xml.md +++ b/email_templates_xml.md @@ -21,7 +21,6 @@ The `email_templates.xml` file follows a specific XML structure that defines the configurations. Here is a basic example of the structure: ```xml -