WPIntell

Source evidence

Settings not saved

TailPress – Tailwind for WordPress · support · 2023-03-23T09:40:00+00:00

mixedsentiment
mediumseverity
0.84relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 25 rows with source links

20.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

20 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
romainprevot resolved
Hy, Claps for you !! Plugin is great. When i put my tailwind config, it told me it’s saved, but console is cleared with : { "preflight":false }, and my settings doesn’t work (default tailwind config to test). it’s an issue only with me or someone else has too ? I don’t know if it’s regular use, but it will be nice to save and get the current configuration and not { "preflight":false } because i don’t remember what i put there before XD Thanks This topic was modified 3 years, 2 months ago by romainprevot . @romainprevot this editor won’t save invalid JSON, so if you enter invalid JSON it never actually gets saved and reverts to the previous working version. I suggest you type in your configuration one line at a time or paste in your config as a whole into a JSON linter and edit in there to get it working. Once it’s valid if you paste it into the plugin and save there should be no problem. Please note that the default Tailwind config is written in javascript and not JSON, so it’s not a copy paste situation from their docs. There are plans for a better config editing experience here . This reply was modified 3 years, 2 months ago by Greg . @freshbrewedweb Thanks for the tips, i figured it out it was json not js. Thanks

Comments

2 shown
Greg 2023-03-28T14:03:00+00:00

@romainprevot this editor won’t save invalid JSON, so if you enter invalid JSON it never actually gets saved and reverts to the previous working version. I suggest you type in your configuration one line at a time or paste in your config as a whole into a JSON linter and edit in there to get it working. Once it’s valid if you paste it into the plugin and save there should be no problem. Please note that the default Tailwind config is written in javascript and not JSON, so it’s not a copy paste situation from their docs. There are plans for a better config editing experience here . This reply was modified 3 years, 2 months ago by Greg .

romainprevot 2023-04-12T11:02:00+00:00

@freshbrewedweb Thanks for the tips, i figured it out it was json not js. Thanks