-
-
Notifications
You must be signed in to change notification settings - Fork 281
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
Improve the main card and tagline #5319
Comments
@g123k was mentionned on the server side call yesterday 👍 |
Here is the new proposal for the JSON:
We now define a list of For each piece of news, all fields provided in
And in the default
In each translation, we can override the
For the Last point of attention: to override a date, it needs to be a blank entry and not NULL one. |
|
The idea is to distinguish the pure content to how and where it will be displayed.
Yes, the idea is to say, I want this, this and this news. (it doesn't require a
Eg: You have an |
Updated JSON with:
An example is available here: https://mock_18ef88079f344225853f73970c3fa2b2.mock.insomnia.rest/files/tagline-off-ios-v3.json |
Hi everyone,
As part of #5300, we will change a little bit the design of the homepage.
The idea is to keep the carousel but to improve the main card.
Basically, here's a mockup of the change:
That's why we have to evolve the content of tagline's JSON to add - at least -:
And to ease the maintenance for @teolemon, a tagline can contain multiple items that will be randomly displayed.
Here's a proposal of the new JSON:
Optional fields:
button_label
start_date
andend_date
visible
(by default:true
)image
(width is in %)All items will be displayed by their position in the JSON: first item in the first position…
As we now require
items
, instead ofdata
, I suggest creating separate files and not in/files/tagline-off-ios-v2.json
.If you have any suggestion, feel free to comment 😇
The text was updated successfully, but these errors were encountered: