Wednesday, November 17, 2021
2 changes · master
Enhancements to existing features
Website editors can now add a dynamic block that automatically displays upcoming events. The block replaces the older event snippet and adds filtering by multiple tags, helping visitors see the most relevant events more easily.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The online course pages now use placeholder wording that looks more clearly like sample content, reducing the chance that users mistake it for real course text. Default course examples also show a "Sample" ribbon, and placeholder text is lighter and disappears when users start editing.
Original PR description
Purpose ======= Make placeholder look more like sample text to avoid users confusing it with actual text, add "Sample" ribbon to default course context to avoid confusing some users. Specifications ============= Change default placeholder text, add css rule for placeholders in website_slide to make the colour lighter and disappear on focus. PR: /pull/78845 Task-2674361