feat: Contentstack <-> ImageVault integration
This commit is contained in:
12
remix/app/components/Disclaimer.tsx
Normal file
12
remix/app/components/Disclaimer.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
export default function Disclaimer() {
|
||||
return (
|
||||
<div>
|
||||
<p>Entry has not been saved or is missing value for title!</p>
|
||||
<p>
|
||||
ImageVault provides better publication tracking if the entry has been
|
||||
saved and has a title before picking an asset. Therefore you need to
|
||||
save the entry at least once with a title before choosing an image.
|
||||
</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user