unionco / calendarize

Calendar Field Type for CraftCMS
MIT License
18 stars 13 forks source link

Possibility to remove options from Repeat Type - Dropdown [Daily, Weekly, BiWeekly, Monthly, Yearly] #57

Open palomamtnez opened 3 years ago

palomamtnez commented 3 years ago

At the moment it is possible to add an entry that repeats every [Daily, Weekly, BiWeekly, Monthly, Yearly] But on some occasions, it is just necessary to show the options [Daily, Weekly], or anything that the custom config says.

It would be a great feature for example, just add a json file with that config ?

{
  "repeatType": [
    "daily",
    "weekly",
  ],
   ... possible more custom options...
}

Thanks