KamasamaK
KamasamaK
@shaedrich Who said there was a problem? I said it was a good idea. We are here to find and agree upon the best way to implement this solution.
I think "obsolete" is too strong for some of these. For example, there are [differences between cfdocument and cfhtmltopdf](https://helpx.adobe.com/coldfusion/kb/differences-cfdocument-cfhtmltopdf.html) that mean there are still valid reasons to use `cfdocument`. Also,...
I think some variation of "discourage"/"encourage" or "recommend" is lax enough for more general use. The first thing that comes to mind is `discouragedInFavorOf`, but that's too wordy 😄. The...
Ok, I will look into modifying the schema. I have an inclination to use camelCase, but the properties I've introduced until now follow the lead of `minimum_version` with snake_case so...
So, would you instead like a `valuesMetadata` property which is an array of objects?
3. I'm not surprised there are mistakes. There's no way they changed the order of the parameters like that in ACF2018. Just test if you're unsure. When I posted that...
@shawnoden That was addressed in #898. The ACF parameter names were added as aliases in Lucee, so it's fine if the primary name differs. I don't think it's necessary to...
@shawnoden As stated in my [comment in #898](https://github.com/foundeo/cfdocs/issues/898#issuecomment-412725688), this would be addressed with #529.
I had gone through several before submitting the schema, and all of the issues I found were that the `type` was not matching the `enum`s provided. This was mostly due...
I came across an issue with validating tags. I may have to modify the schema based on the answer to this question. For tags, `returns`: 1. Should not exist 2....