[Solved] Entity name on export

0 votes
asked Apr 10, 2015 in Solved by chateaux (550 points)
edited Oct 13, 2015 by ludek.vodicka

I have noticed that when I add an Entity via skipper: NewEntity, it is named:

    Folder.Entity.NewEntity

Ideally I would like it to be named: NewEntity, although this may be by design?

Please enlighten me!

Thanks,

1 Answer

0 votes
answered Apr 10, 2015 by ludek.vodicka Skipper developer (140,450 points)
selected Apr 10, 2015 by chateaux
 
Best answer

Do you mean the file has this name, right?

If so, file name is by default created by namespace+entity name. You can change this beavior for each module in property editor:

enter image description here

commented Apr 10, 2015 by chateaux (550 points)

Took a bit of time to find the way to do this, but figured it out.

...