From: Colin <col...@gm...> - 2018-08-08 14:13:38
|
There is actually a separate argument for flatfile-to-json called --clientConfig specifically for inserting style configs, so just add flatfile-to-json.pl --config '{"category":"$tclas/$assotp"}' --clientConfig '{"color": "#6fafef"}' -Colin On Wed, Aug 8, 2018 at 10:08 AM Zhiliang Hu <hu...@an...> wrote: > I tried to insert a configuration line on flatfile-to-json.pl command > line. This (other parts on the command omitted): > > flatfile-to-json.pl --config '{"category":"$tclas/$assotp"}' > > works fine; However, this: > > flatfile-to-json.pl --config '{"category":"$tclas/$assotp", \ > "style":{"color":"#6fafef"}}' > > simply got the "style/color" part ignored (no error; not show). > > Could someone advice (correct way to do)? > > Zhiliang > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gmod-ajax mailing list > Gmo...@li... > https://lists.sourceforge.net/lists/listinfo/gmod-ajax > |