Tomáš Jákl

Results 7 comments of Tomáš Jákl

Without modifying admin.js (orchard source) I use in own module something like this: ```javascript $(document).ready(function () { // expand all taxonomies $('.expando-glyph-container').removeClass('closed').addClass('open'); $('.expando').show(); }); ```

Technically the content item marked as homepage in the sitemap already exists, but with the autoroute value (that can not be null, empty, root, etc.). So the index one content...

Our requirement is to not publish the URL `/homepage` in the sitemap. The only way how to achieve this is to create special content type and exclude it from sitemap....

Side effect of required autoroute value for homepage is blocking the url for other content items.

I'm sorry, I don't know what you mean by "add a reference to the SEO recommendation".

I think the content type sitemap source should have option to include homepage and exclude autoroute path of the homepage content item. The main reason is that SEO recommends NOT...

@Piedone yes I have already seen Mike's comment. I actually work on it in my git repository. On a copied Lists code just to be sure it will be available...