Homepage

Constants, logs in pos-cli gui serve, hyphens allowed in function parameter names

August 16, 2021

NEW

  • added constants editor to pos-cli gui serve at http://localhost:3333/Constants
  • added logs to pos-cli gui serve at http://localhost:3333/Logs
  • hyphens are now allowed in function parameter names, so you may call a function like below:

{% liquid
  assign foo = 'hello'
  function res = 'myfunc', context: context, some-param: foo
%}

FIXED

  • YML downloaded from a mutation creation used wrong redirect_to variable name in the YML. Fixed so that the field will always be exported as redirect_to for consistency with the documentation and with other parts of pOS.

Questions?

We are always happy to help with any questions you may have.

contact us