Drupal 8.0.0 beta 12. More info: https://www.drupal.org/node/2514176

This commit is contained in:
Pantheon Automation 2015-08-17 17:00:26 -07:00 committed by Greg Anderson
commit 9921556621
13277 changed files with 1459781 additions and 0 deletions

View file

@ -0,0 +1,29 @@
rdf_field_mapping:
type: mapping
label: 'RDF mapping'
mapping:
properties:
type: sequence
label: 'Properties'
sequence:
type: string
datatype:
type: string
label: 'Data type'
datatype_callback:
type: mapping
label: 'Data type callback'
mapping:
callable:
type: string
label: 'Callable'
arguments:
type: mapping
label: 'Arguments'
mapping:
interaction_type:
type: string
label: 'Interaction type'
mapping_type:
type: string
label: 'Mapping type'

View file

@ -0,0 +1,25 @@
# Schema for the configuration files of the RDF module.
rdf.mapping.*.*:
type: config_entity
label: 'RDF mapping'
mapping:
id:
type: string
label: 'ID'
targetEntityType:
type: string
label: 'Target entity type'
bundle:
type: string
label: 'Bundle'
types:
type: sequence
label: 'Types'
sequence:
type: string
fieldMappings:
type: sequence
label: 'Field mappings'
sequence:
type: rdf_field_mapping