Replies: 1 comment 1 reply
-
|
This is something we are working on for a near future release, a method of describing your desired taxonomy structure for generated content like this. Thanks for the input, we will consider some of this for how it will work. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As it stands today, running the "now-sdk transform" command results in all xml artefacts being transformed into files named as follows:
[artefact_table_name]_[artefact_sys_id].now.tsand which:
As such, the current "transform" method significantly limits the support of existing scoped applications, since that conversion doesn't offer a really usable set of code / files.
I wish the transform method could:
As far as I can see, we're not missing much to be able to go that the extra mile, are we?
Beta Was this translation helpful? Give feedback.
All reactions