@bigbinary/neeto-site-blocks 0.8.0 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -2
- package/dist/index.cjs.js +9 -9
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +9 -9
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,7 +18,6 @@ yarn add @bigbinary/neeto-site-blocks
|
|
|
18
18
|
1. **design**: To specify the design of the block.
|
|
19
19
|
2. **properties**: To specify the properties of the block.
|
|
20
20
|
3. **className**: To specify the external classnames.
|
|
21
|
-
4. **baseUrl**: It is used within button and link component to specify the base url for navigation.
|
|
22
21
|
|
|
23
22
|
Here is an example of how to use the `FeatureWithRightImage` block.
|
|
24
23
|
|
|
@@ -108,7 +107,6 @@ const FeatureWithRightImageBlock = () => {
|
|
|
108
107
|
id="feature-with-right-image"
|
|
109
108
|
configuration={configuration}
|
|
110
109
|
className="my-10"
|
|
111
|
-
baseUrl="/"
|
|
112
110
|
/>
|
|
113
111
|
);
|
|
114
112
|
};
|