|
| 1 | +# Webflow Installation Guide Images |
| 2 | + |
| 3 | +This directory should contain screenshots for the Webflow installation guide. |
| 4 | + |
| 5 | +## Required Images: |
| 6 | + |
| 7 | +1. **webflow-project-settings.png** |
| 8 | + - Screenshot of Webflow dashboard showing Project Settings navigation |
| 9 | + - Should highlight the path: Project Settings > Custom Code |
| 10 | + |
| 11 | +2. **webflow-custom-code-head.png** |
| 12 | + - Screenshot of the Custom Code section in Webflow |
| 13 | + - Should show the Head Code textarea where the CookieChimp script should be added |
| 14 | + - Highlight the Head Code section specifically |
| 15 | + |
| 16 | +3. **webflow-element-id-setting.png** |
| 17 | + - Screenshot of Webflow Designer showing how to set an element's ID |
| 18 | + - Should demonstrate setting ID to "cookiechimp-container" |
| 19 | + - Show the Element Settings panel |
| 20 | + |
| 21 | +4. **webflow-custom-attribute.png** |
| 22 | + - Screenshot showing how to add custom attributes to elements |
| 23 | + - Should demonstrate adding data-cc="show-preferencesModal" attribute |
| 24 | + - Show the Element Settings panel with custom attributes section |
| 25 | + |
| 26 | +5. **webflow-publish-button.png** |
| 27 | + - Screenshot of the Webflow Designer showing the Publish button |
| 28 | + - Should highlight the publish workflow |
| 29 | + |
| 30 | +## Image Guidelines: |
| 31 | + |
| 32 | +- Use PNG format for clear screenshots |
| 33 | +- Ensure high resolution (at least 1200px wide) |
| 34 | +- Add red arrows or highlighting to point to relevant UI elements |
| 35 | +- Keep screenshots up-to-date with current Webflow UI |
| 36 | +- Include alt text descriptions when adding to the MDX file |
| 37 | + |
| 38 | +## Adding Images to the Guide: |
| 39 | + |
| 40 | +Once screenshots are available, update the webflow.mdx file to include them: |
| 41 | + |
| 42 | +```mdx |
| 43 | +<img src="/images/webflow/webflow-project-settings.png" alt="Webflow Project Settings navigation" /> |
| 44 | +``` |
0 commit comments