Why this PR?
The API endpoint strcpy_fromslider was missing. Some plugins need this.
Note that some additional work is still left to be done to get the folder traversal correct for populating these sliders (right now it doesn't seem to recurse).
I also moved the preprocessor into its own file. I feel adding it to the API file was a mistake in retrospect.
Why this PR? The API endpoint
strcpy_fromslider
was missing. Some plugins need this.Note that some additional work is still left to be done to get the folder traversal correct for populating these sliders (right now it doesn't seem to recurse).
I also moved the preprocessor into its own file. I feel adding it to the API file was a mistake in retrospect.