PricingBlog

I want a component that isn't displayed in the User interface

  • larshaehre-1267413129529397439

    Lars Hæhre

    1 year ago

    I'm trying to create a component that only does an API call to the database. But when I add it to the page it shows up and changes the layout of the page.

    I have set the width, height, margin and padding to 0px. Still it seems like it shows up - at least in the editor.
  • max.kayr-1267413308617527389

    Max

    1 year ago

    You can set the display to none
  • larshaehre-1267413401261441155

    Lars Hæhre

    1 year ago

    In the attributes in the component <div>?
  • max.kayr-1267413447667351715

    Max

    1 year ago

    Is is technically still rendered, but won't mess with the layout.
  • max.kayr-1267413502990225448

    Max

    1 year ago

    No. In the CSS panel
  • In that little box at the bottom you can just type "display: none"
  • larshaehre-1267413709903499265

    Lars Hæhre

    1 year ago

    Awesome! That worked 🙂 Thanks alot @Max !
    💪1