Canvas Documentation
Bubble Best Practices
v3.7
v3.7
  • Introduction
  • Key Features
  • What's New
  • For Designers
  • CANVAS FUNCTIONALITY
    • Getting Started
    • Branding & Design
    • Marketing Pages
    • Bubble Pages & Blocks
    • Roles & Permissions
    • Menus & Navigation
    • Data & Workflows
    • Emails & Alerts
    • Miscellaneous
      • Setting up two factor authentication
      • Cookie and consent banner
      • Setting your password policy
      • Set up Payment info on Account page
      • Loading screen
      • Configuring multiple languages
      • Customizing your app's portal page colors
    • Reference
      • Pages
        • Index
        • Admin Portal
        • Account
        • Login
        • Legal
        • Reset Password
        • 404
      • Reusable elements
        • Header
        • Footer
        • Signup & Login
        • Cookies Permission
        • Widgets
          • App security
          • Header Widgets
          • Workflow Widgets
        • Admin Portal
          • Admin analytics
          • Admin email & templates
          • Admin header & footer
          • Admin legal popups
          • Admin branding, launch, and settings
          • Admin marketing pages
          • Admin portal canvas logic
          • Admin options settings
        • Menu Focus Elements
      • Data types
      • Option Sets
      • Backend Workflows
      • Design standards
        • Manually Building UI
  • Bubble Best Practices
    • Learning Bubble Basics
    • Principles
    • Database
    • Design
    • Security
    • SEO
    • Speed
    • Modularity
      • Data triggers
  • Canvas library
    • Page templates
      • Free Bubble Marketing Page
      • Premium Bubble Marketing Page
      • Centered Profile Page
      • Left-Justified Profile Page
      • Standard page
      • Toggle Tabs Page
      • Menu Page
      • Mobile Menu Page
      • Video List Page
      • Standard Portal / Dashboard Page
      • Simple Portal / Dashboard Page with Icons
      • Double Sidebar Portal Page Template
      • Search Page
      • Map Search Page with Toggle and Filters
      • Floating Map Search Page
      • Search Bar Page
      • Multi-Step Page With Progress Bar
      • Standard Multi-Step Process Page
      • Multi-Step Process Page with Sidebar
      • Gallery Profile or Product Page
      • Sidebar Profile Page
      • 2-Column Menu Tabs Page
      • 2-Column Checkout Page
      • 2-Column Video Chat Page
      • Vertical Multi-Step Page Template
    • Blocks
      • Monthly Calendar Scheduling Widget
      • No Reply Comments Thread
      • Nested Comments Thread (with Like and Reply)
      • Placeholder Group
      • List with Circular Progress Bar Repeating Group
      • Top Input Chat Widget
      • Bottom Input Chat Widget
      • Toggle Tabs Group
      • Single-Select or Multi-Select Pill Tabs Group
      • Settings group
      • To-Do List Repeating Group
      • Title Group with Button and Filters
      • Product Details Group With Progress Bar
      • Listing details with Icons and Menu Focus Group
      • Week Daily Availability Group
      • Frequently Asked Questions (FAQ) Repeating Group
      • Dismissible Module
      • Video Group
      • About Group
      • Add to Cart Group
      • Full Width Map with Directions Link
      • Location Module (Map and Directions)
      • Drag and Drop Repeating Group
    • Popups
      • Confirmation Popup
      • Message Popup
      • Image Popup
      • Video Popup
      • Vertical Scroll Popup
      • Edit Popup
      • Standard Form Popup
      • Subscribe Popup
      • Feedback / Contact Popup
      • Details Popup
      • Add List Popup
      • Advanced Form Popup
      • Rating Popup
      • Toggle Tabs Popup
      • Share Popup
      • Multi-Step Popup
      • Invoice Popup
      • Stripe Credit Card Purchase Popup
      • View Profile Popup
      • Send Message Popup
      • Multi-Select Pill Tabs Popup
      • Pricing Plans Popup
Powered by GitBook
On this page
  • Overview
  • Structure
  • How to set up

Was this helpful?

  1. Canvas library
  2. Blocks

Settings group

Use this group to display a list of settings that a user can edit

PreviousSingle-Select or Multi-Select Pill Tabs GroupNextTo-Do List Repeating Group

Last updated 3 years ago

Was this helpful?

Overview

This settings block includes a list of fields, each with an edit icon or a toggle.

Structure

When this block is added to your app, it will be placed within a group called Blocks container 860 (do not rename) on the page. This group contains the responsive settings for all blocks.

  • Group Main header section - Settings

  • Group Main content group This group contains all the settings fields that a user can edit. There are two types of groups:

    • Group Collapsible field with icon

      This group includes a bolded title, description, and an edit icon. To edit a field, we recommend adding additional popups to the page with our Canvas chrome extension. Clicking on any of these fields should open separate popups where users can make edits to each corresponding field.

    • Group Collapsible field with toggle

      This group includes a bolded title, description, and a Canvas toggle. Please ensure your Canvas UI elements plugin is on the latest plugin version (Bubble editor > Plugins > Canvas UI elements). When the toggle value is changed, a workflow to trigger an AirAlert will fire.

    • Placeholder fields and groups

      We've included 4 hidden fields in the block and various green placeholder groups. To unhide a placeholder field, select the parent group and check the box for This element is visible on page load. To add more fields, simply resize the green placeholder groups to make space.

How to set up

  • Update the bolded title text and description text. We're using static texts for demo purposes but these should ideally be dynamic values.

  • Group Collapsible field with icon

    There are various placeholder workflows included in the block for when Group Collapsible field with icon group is clicked. Although not included in the block, we recommend using the Canvas chrome extension to add multiple Edit popups to the page. Once an edit popup is added to the page, you'd want to add additional workflow steps to these placeholder workflows:

    When Group Collapsible field with icon group is clicked then show Edit popup

  • Group Collapsible field with toggle

    Similarly, placeholder workflows are included for these groups as well. You would need to add an additional workflow step to the placeholder workflows:

    When Canvas Toggle # is changed then make changes to a thing in the database

This group contains common UI components such as a title, dropdown, toggle tabs, description text, sort dropdown, filters, and a 'new' button. For more information, please read our documentation .

here