Skip to content

Custom or undocumented macros

Is there a way to get the engine type using a macro?

or is there a way to set it in the engine's ini for later use?

something like:
%engine_type%
%engine%

I'm building a content writer that will use engine type to base what type of content to write.


Tagged:

Comments

  • SvenSven www.GSA-Online.de
    You can define that of course. Basically you add a new section to the engine file and define that it is via "type". A "type=extract" will not show up in project settings and will perform extraction of the data from whatever you define there (get content from an url, from last submitted form, local file...). You can also set it as "type=text" and it will show in GUI to have people enter something that you can later use on the submission process.
    Just have a look in some of the provided engines.
Sign In or Register to comment.