Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Split up menu item body and page body #197

Open
guywillis opened this issue Mar 21, 2019 · 2 comments
Open

Feature request: Split up menu item body and page body #197

guywillis opened this issue Mar 21, 2019 · 2 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@guywillis
Copy link
Contributor

guywillis commented Mar 21, 2019

Break apart the content object menu item body and page body JSON data fields. The benefit of this is so you can strictly define what text renders in each area.

Suggestion:

"title": "Content object title",
"bodyMenu": "Menu item body text",
"bodyPage": "Page body text",

Alternatively:

"_menu": {
  "itemTitle": "Menu item title",
  "itemBody": "Menu item body"
},
"_page": {
  "itemTitle": "Page title",
  "itemBody": "Page body"
},
@chucklorenz
Copy link
Member

Yes! and would like to have the separate titles regardless of the how the JSON is formed. (But the second is closer to my thought processes when coding properties.schema. Might get an AAT specialist to weigh in. Maybe "title" and "body" are all that is needed if they are grouped into separate "_menu" and "_page" objects.)

@oliverfoster
Copy link
Member

Duplicate of adaptlearning/adapt_framework#2932

@oliverfoster oliverfoster added the enhancement New feature or request label Sep 13, 2021
@oliverfoster oliverfoster transferred this issue from adaptlearning/adapt_framework Jul 26, 2022
@oliverfoster oliverfoster added the question Further information is requested label Apr 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
Status: Awaiting Response
Development

No branches or pull requests

3 participants