We have some problems with missing config schema for this formatter

It is failing validation with Config inspector as recommended in Drupal docs

cinsp failed

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

sorlov created an issue. See original summary.

sorlov’s picture

Status: Active » Needs review
StatusFileSize
new980 bytes

patch with config schema for formatter

sorlov’s picture

StatusFileSize
new980 bytes

updated patch

phma’s picture

Status: Needs review » Reviewed & tested by the community

The patch works for me, thank you, @sorlov.

phma’s picture

Status: Reviewed & tested by the community » Needs work

I just discovered that it's still missing the config schema for third_party_settings.advanced_text_formatter.

ilya.no’s picture

Status: Needs work » Needs review
StatusFileSize
new1.21 KB

Adding patch with above comment's fix.

gonzalo2683’s picture

Hey, @ilya.no Perhaps the type for show_token_tree is integer and not boolean, when running a test the following error appears.

Drupal\Core\Config\Schema\SchemaIncompleteException : Schema errors for core.entity_form_display.media.archivo_adjunto.default with the following errors: core.entity_form_display.media.archivo_adjunto.default:content.field_descripcion.third_party_settings.advanced_text_formatter.show_token_tree variable type is integer but applied schema class is Drupal\Core\TypedData\Plugin\DataType\BooleanData, core.entity_form_display.media.archivo_adjunto.default:content.field_titulo_del_archivo.third_party_settings.advanced_text_formatter.show_token_tree variable type is integer but applied schema class is Drupal\Core\TypedData\Plugin\DataType\BooleanData
 /var/www/html/web/core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php:94
igor mashevskyi’s picture

Version: 2.0.0 » 3.0.x-dev
Assigned: Unassigned » igor mashevskyi

  • d7b51b0c committed on 3.0.x
    fix: #3215141 Missing config schema
    
igor mashevskyi’s picture

Assigned: igor mashevskyi » Unassigned
Status: Needs review » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.