First is first, thank you for your help as always!
I have been inventing my textile design portfolio and trying creating a component on the “Digital drawing” heading section, but it doesn’t work at all…
Is there someone knowledgeable about this?
I appreciate your help!
(I have attached the screenshot as mentioned above)
Recreate the elements you want in your component so that they are not data-bound to any sources that will be outside of the component.
Then, create properties in your component that represent the bindings you want, e.g. a title to display
Drop an instance of your component and then bind the component itself, via the properties, to your external CMS data context.
You’ll find some limitations here, as the field types supported by components aren’t 1:1 with the field types supported by the CMS. For example, it’s likely you would not be able to bind a CMS color field easily this way, and would need custom code, etc to bridge that limitation.
Think of a component like a car engine. It has a lot of stuff going on inside. It also has a lot of connections [ aka component properties ] on the outside to integrate it with the car.
The engine and the car are designed separately. When you take an engine and put it in a car, you then connect up all of the hoses and mechanical apparatus so that it can work properly in the car.
Any time you’re trying something new I highly recommend you start with the lessons and courses in Webflow U because they give you a step-by-step tutorial on how it works and how to use it.