JavaScript disabled You need to activate JavaScript in order to use OpenProject! Learn more
Added by Sébastien SERRE over 4 years ago
Hello,
How to customize the OpenProject Home page?
https://nimb.ws/acPpBK
and specially the part 1,2 & 3 ?
Thank you
Hi Sébastien,
the home page is currently static, it does not (yet) follow the dashboard style grids. You could modify the blocks in code at, e.g., app/views/homescreen/blocks/_new_features.html.erb
app/views/homescreen/blocks/_new_features.html.erb
But note that these changes would get overridden on every update.
Best
Oliver
Replies (1)
Hi Sébastien,
the home page is currently static, it does not (yet) follow the dashboard style grids. You could modify the blocks in code at, e.g.,
app/views/homescreen/blocks/_new_features.html.erb
But note that these changes would get overridden on every update.
Best
Oliver