Marking this as "Major" since I'm not getting any fields from Schema.Org, the point of the module. I must be missing something.

After creating a node type, I'm not able to see autocomplete fields from schema.org, as in http://schema.org/Event

I do see autocomplete options choosing a schema type (Eg Event, Person, Recipe, etc)
Home » Administration » Structure » Content types » Edit » Schema.Org Settings » Type .......

I'm not able to see autocomplete or the schema.org field names when trying to add a new field (Eg organizer, performer, location, etc)
Home » Administration » Structure » Content types » MAnage Fields » Add Field ........

Note missing JS:
On Edit:
http://sphsc.dev/sites/all/modules/schemaorg/modules/schemaorg_ui/js/schemaorg_ui.js?nrjsxl

On manage fields:
None, no schemaorg Js or CSS

Comments

maris.abols’s picture

Same here. Did you fix that issue @pbcelery ?

sirtet’s picture

Autocomplete's are missing for me too, on field settings AND on content type settings.
i see a 404 in the browser console,
/sites/all/modules/contrib/schemaorg/modules/schemaorg_ui/js/schemaorg_ui.terms.json 404 (Not Found)
But in the shell i can see the file is there on the server... i kept calm and cleared caches, to no avail.

EDIT:
I am on an nginx server, so i also tested the same site on apache, and there the autocomplete works.