on further checking, perhaps this is not the place for this, I noticed that every time I run the website in Visual studio the appsettings-schema.json gets over written removing my changes.
Yes, I noticed that too. So I did my changes on the deployed version on our server. Restarting the web to take effect of the changes. But it did not work either.
tinymce add i tag
Hi. I try to allow an empty i tag (fontawesome) in tinymce RTE.
I edited the appsettings-schema.json in line 3007, added the i-Tag on the ValidElements. I even tried [], but there seems no effect at all.
Every time i restarted application pool and web as well.
Any idea?
I don't think you should have a # in front of the i
also you need to change this (it removes i)
-em/-i[class|style]
to
-em[class|style]
I changed as you proposed, but it still removes the i-Tag in my RTE. :(
I will test in my v9 later and let you know how I get on, but that certainly works in v8
Yes. In v8 I never had this kind of problems. :)
For for the protocol: i did the changes in this file:
./umbraco/config/appsettings-schema.json
Thanks for your support!
I think your declaration is incorrect, I think you should be doing this
The configuration happens in this block:
I just installed latest v9.4.0 and tried it, doesn't appear to work as you have discovered.
on further checking, perhaps this is not the place for this, I noticed that every time I run the website in Visual studio the appsettings-schema.json gets over written removing my changes.
Yes, I noticed that too. So I did my changes on the deployed version on our server. Restarting the web to take effect of the changes. But it did not work either.
You need to add it to appsettings.json in your site root like below
}
I just test and that works fine
You hit it! Thanks a lot!
Glad I could help
is working on a reply...