Max Barrass

Results 60 comments of Max Barrass

this function can be updated to include this rule ` static boolean includePageInList(Page page, boolean includeInvalid, boolean includeHidden) { return (includeHidden || !page.isHideInNav()) && (includeInvalid || page.isValid()) && page.getDeleted() ==...

Also this is more a feature than a bug...

As an alternative I would recommend adding a flag for this to show to authors stuff that is in the CMS but has been unpublished this would provide some input...

You could easily check for `title` property and if thats not there use node name, as its always helpfull to know that. Maybe even as the tooltip for the title.

> I guess we need to have a section in the documentation on how to work with the feature models / configurations. WDYT @paweljozwicki ? There is sample config in...

should I keep this open? @paweljozwicki

@paweljozwicki will you cover how to extend Dialog fields as well? I am trying to add isDisabled to Text and other form components.

@paweljozwicki I am trying to add a simple Link component to dialog, but it does not seem to work. I have created `Link.js`: ``` function _extends() { _extends = Object.assign...