Yugensoft
Well-known member
Hi all,
I'm going through the dev resources for XF2, but I can't identify why this isn't working:
Am I somehow naming the style id wrong? Or is there some other process used to export the master templates?
It appears I need to the "designer mode id" to do any export commands, so the first step above must clear for me to do so.
I'm going through the dev resources for XF2, but I can't identify why this isn't working:
Code:
php cmd.php xf-designer:enable master-style designer_mode_1
No style with ID 'master-style' could be found.
php cmd.php xf-designer:enable 0 designer_mode_1
No style with ID '0' could be found.
Am I somehow naming the style id wrong? Or is there some other process used to export the master templates?
It appears I need to the "designer mode id" to do any export commands, so the first step above must clear for me to do so.