-
Notifications
You must be signed in to change notification settings - Fork 616
Description
Hi everyone,
The system that we build provides learning services to students. There's one central system that takes care of billing, student communication etc.
The task at hand is to create several landings -- one for each school in our system. They share the data mostly, but provide own presentation. Our idea was to create one site for working with imported course / instructor / ... data that lets us add missing pieces (we need some extra fields for presentation needs). And then create a site for each school that would access this data in read-only mode. So far I'm not seeing how to make it happen. All content_entry / content_type queries are strictly scoped to the site. Maybe I'm missing something and there IS a way.
So my questions are:
- Is there a way to share types (or only entries) between sites? Maybe we could access non-locomotive entries from templates???
- Is there a way to hide or make type / entries read-only?
Thanks.