infinitered / thesis-phoenix

A lightweight, bolt-on, intuitive content editing system for Elixir/Phoenix websites. Star this repo and follow along with our progress!
Other
645 stars 62 forks source link

Add ability to disable duplicate content block message #166

Open praveenperera opened 5 years ago

praveenperera commented 5 years ago

Added in #112 (#60).

I don't know if this is just me but there are some places on the website that this is the desired behaviour. I want to make sure that editing one content area automatically changes the other as well.

jamonholmgren commented 5 years ago

Perhaps we need an option, allow_duplicate: true or something?

Or duplicates: :allow | :warn.

praveenperera commented 5 years ago

Or duplicates: :allow | :warn.

I like this option, I think I'll have some time this week to try and make a PR.

jamonholmgren commented 5 years ago

That would be great @praveenperera !

praveenperera commented 4 years ago

I will try to take a look this weekend 😊