You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adapt data structures are confined to JSON files for config, course, contentObjects, articles, block and components.
Add a data file manifest to allow reorganisation and/or extension of data files.
grunt to publish manifest of course/*/*.<%= jsonext %> files at course/*/language_data_manifest.js
framework to load course/*/language_data_manifest.js
As the JSON is more fluid, we'll need code abstractions for Languages and Schemas. This will be to facilitate:
Subject of the enhancement
Adapt data structures are confined to JSON files for config, course, contentObjects, articles, block and components.
Add a data file manifest to allow reorganisation and/or extension of data files.
course/*/*.<%= jsonext %>
files atcourse/*/language_data_manifest.js
course/*/language_data_manifest.js
As the JSON is more fluid, we'll need code abstractions for Languages and Schemas. This will be to facilitate:
translations (json<>languagefile)issue/2662 Formalised plugin, data, schema and translate API #2667course._globals defaults to be populated (schema>json)issue/2662 Formalised plugin, data, schema and translate API #2667The text was updated successfully, but these errors were encountered: