Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.04 KB

README.md

File metadata and controls

52 lines (39 loc) · 1.04 KB

Discourse Filtered Topics Lists

Allows creating custom topic list using filters. The lists then can be displayed in selected plugin outlet for selected pages.

Inspired from Discourse Featured Lists

Recommended

Enable the experimental topics filter setting, and install the complementary UI component to help with creating, and testing your queries.

https://github.com/discourse/discourse-experimental-filter-component

Available CSS classes

.filtered-topics-list {
    &__wrapper {
    }

    &__header {
        h2 {
        }
    }

    &__content {
    }
}

.filtered-topics-list {
    &.below-site-header,
    &.above-main-container,
    &.before-topic-list,
    &.after-topic-list,
    &.topic-list-bottom,
    &.main-outlet-bottom,
    &.before-main-outlet {

        &__wrapper {
        }

        &__header {
            h2 {
            }
        }

        &__content {
        }
    }
}