Bubble Convention
  • Introduction
    • About Bubble Convention document
    • About CitizenDev
  • Naming Cheat Sheet
  • Naming conventions
    • Page naming
    • Element naming
      • Groups
      • Reusable elements
      • Visual elements
      • Input elements
      • Custom states
      • Other notations
    • Style naming
    • Workflow naming & organization
    • Database naming
      • Data types & fields
      • Option sets
      • Privacy rules
  • Usage recommendations (upcoming)
    • Upcoming
  • Miscellaneous
    • Other recommendations
    • References
    • Copyright
    • Contribution guide
    • Changelog & version
Powered by GitBook
On this page

Was this helpful?

  1. Naming conventions

Page naming

In short, page names should be in kebab-case since this is the common representation in all websites. However, reset_pw is an unalterable page name of Bubble, so it is not a subject of this document.

In order to differentiate regular customer-facing pages from system/non-public pages, you can use snake_case for those.

PreviousNaming Cheat SheetNextElement naming

Last updated 1 year ago

Was this helpful?