Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 176831a

Browse files
committed
[gentle] fixed customized schema name
1 parent 185ba1e commit 176831a

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

gentle-introduction/en/17-Extending-Symfony.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -693,8 +693,8 @@ Listing 17-21 - Customizing a Plug-In Action
693693
>-------------------------------------- | ------------------------------
694694
>config/schema.yml | schema.custom.yml
695695
>config/foobar_schema.yml | foobar_schema.custom.yml
696-
>plugins/myPlugin/config/schema.yml | myPlugin_schema.custom.yml
697-
>plugins/myPlugin/config/foo_schema.yml | myPlugin_foo_schema.custom.yml
696+
>plugins/myPlugin/config/schema.yml | myPlugin-schema.custom.yml
697+
>plugins/myPlugin/config/foo_schema.yml | myPlugin_foo-schema.custom.yml
698698
>
699699
>Custom schemas will be looked for in the application's and plugins' `config/` directories, so a plugin can override another plugin's schema, and there can be more than one customization per schema.
700700
>

gentle-introduction/it/17-Extending-Symfony.markdown

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -694,12 +694,12 @@ Listato 17-21 - Personalizzare l'azione di un plugin
694694
>###Propel
695695
>Quando si costruisce il modello, symfony cercherà i file personalizzati YAML per ogni schema esistente, compresi i plugin, seguendo questa regola:
696696
>
697-
>Nome originale dello schema | Nome dello schema personalizzato
698-
>-------------------------------------- | --------------------------------
699-
>config/schema.yml | schema.custom.yml
700-
>config/foobar_schema.yml | foobar_schema.custom.yml
701-
>plugins/mioPlugin/config/schema.yml | mioPlugin_schema.custom.yml
702-
>plugins/mioPlugin/config/foo_schema.yml | mioPlugin_foo_schema.custom.yml
697+
>Nome originale dello schema | Nome dello schema personalizzato
698+
>--------------------------------------- | --------------------------------
699+
>config/schema.yml | schema.custom.yml
700+
>config/foobar_schema.yml | foobar_schema.custom.yml
701+
>plugins/mioPlugin/config/schema.yml | mioPlugin-schema.custom.yml
702+
>plugins/mioPlugin/config/foo_schema.yml | mioPlugin_foo-schema.custom.yml
703703
>
704704
>Gli schemi personalizzati saranno cercati nelle cartelle `config/` dell'applicazione e del plugin , quindi un plugin può sovrascrivere lo schema di un'altro plugin e ci può essere più di una personalizzazione per ciascuno schema.
705705
>

gentle-introduction/ja/17-Extending-Symfony.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -723,8 +723,8 @@ PEAR プラグインをアンインストールするには、リスト17-17で
723723
>-------------------------------------- | ------------------------------
724724
>config/schema.yml | schema.custom.yml
725725
>config/foobar_schema.yml | foobar_schema.custom.yml
726-
>plugins/myPlugin/config/schema.yml | myPlugin_schema.custom.yml
727-
>plugins/myPlugin/config/foo_schema.yml | myPlugin_foo_schema.custom.yml
726+
>plugins/myPlugin/config/schema.yml | myPlugin-schema.custom.yml
727+
>plugins/myPlugin/config/foo_schema.yml | myPlugin_foo-schema.custom.yml
728728
>
729729
>カスタムスキーマはアプリケーションとプラグインの `config/` ディレクトリを探すので、プラグインは別のプラグインのスキーマを上書きをして、スキーマ単位で複数のカスタマイズが可能です。
730730
>

0 commit comments

Comments
 (0)