When i was importing config from my colleague I got error:

exception 'Drupal\Core\Config\UnsupportedDataTypeConfigException' with message 'Invalid data type in config facebook_album.schema, found in                           [error]
filemodules/contrib/facebook_album/config/schema/facebook_album.schema.yml : yaml_parse(): scanning error encountered during parsing: mapping values are not allowed
in this context (line 12, column 21)' in /vagrant/mastale/web/core/lib/Drupal/Core/Config/FileStorage.php:117

After little debugging I have noticed that there is syntax error in config/schema/facebook_album.schema.yml. Same error is in stable and dev version of this module (Drupal 8 version).

I have created patch that should fix this syntax error.

Comments

marysmech created an issue. See original summary.

marysmech’s picture

Status: Active » Needs review

  • b_sharpe committed a0c1528 on 8.x-1.x authored by marysmech
    Issue #2899271 by marysmech: Syntax error in facebook_album.schema.yml
    
b_sharpe’s picture

Status: Needs review » Fixed

Looks good, thanks!

Status: Fixed » Closed (fixed)

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