<div dir="ltr"><div class="gmail_quote"><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi </blockquote><div> </div><div>Is there a solution to associate a name-pattern to a custom xmlcontent type without %(number)??</div><div>I need to create single files as ".mycustomconfig"...</div><div><br></div><div>I tried adding  "name-pattern" attribute in explorertypes definition, but it generated errors in logs. Either in module .config ou sites .config...</div><div><br></div><div>I see that, if we don't define anything, the default name when we create a file from the explorer view and "create new resource", is "new_[TYPENAME]", without any "000001". </div><div><br></div><div>I found this function in CmsWorkplaceManager :</div><div>public String getDefaultNamePattern(String type) {<br>        CmsExplorerTypeSettings settings = getExplorerTypeSetting(type);<br>        if ((settings != null) && (settings.getNamePattern() != null)) {<br>            return settings.getNamePattern();<br>        }<br>        if (type.equals("sitemap_config") || type.equals("module_config")) {<br>            return ".config%(number)";<br>        }<br>        if (type.equals("content_folder")) {<br>            return ".content%(number)";<br>        }<br>        return "new_" + type + "%(number)";<br> }<br></div><div>Why the default %(number) is replaced by nothing is this case, and by numbers if we set the pattern manually?</div><div><br></div><div>It would be very useful to customise this!!! </div><div><br></div><div>Sandrine</div><div><br></div></div></div>