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

document / fix showEnd #1439

Closed
tkoeberl opened this issue Oct 9, 2018 · 3 comments
Closed

document / fix showEnd #1439

tkoeberl opened this issue Oct 9, 2018 · 3 comments

Comments

@tkoeberl
Copy link

tkoeberl commented Oct 9, 2018

Hi,

since the latest update the Dates are shown at the end of the calendar entry.
I tried to disable it via the config with showEnd: "false", or showEnd: false but didn't work out.

as a workaround I set the default to false in file: ./modules/default/calendar/calendar.js

regards,
-thomas

@Duske
Copy link
Contributor

Duske commented Oct 20, 2018

I guess this should be fixed with #1437

@benjamin-salchow
Copy link

I had the same problem, I just added it direct in config.js as showEnd: false, as base configuration element in my calendar. This applies for all then, and now it looks fine again ;-).

Here for example:

            module: "calendar",
            header: "Kalender",
            position: "top_left",
            config: {
                colored: true,
                maximumEntries: 11,
                maxTitleLength: 40,
                showEnd: false,
                calendars: [{
                        symbol: "smile-o",
                       .........

@tkoeberl
Copy link
Author

Cool. thats it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants