Editing Tile Template
This guide covers how to edit tile templates, including modifying elements, changing styles, and understanding how edits affect tile instances.
Overview
Editing a tile template allows you to:
- Add or remove elements from the template
- Modify element properties and styles
- Update layout and arrangement
- Propagate changes to all instances
Accessing Template Edit Mode
Method 1: From Tile Section
- Find the template in the Tile Section
- Click the template name
- Click Edit or double-click to enter edit mode
Method 2: From Canvas
- If editing a template directly on canvas
- The Floating Design Panel shows template options
- Make changes directly
Edit Mode Interface
When editing a template, you'll see:
┌─────────────────────────────────────────────────────────────┐
│ EDITING: "Contact Form Template" [Save] [Cancel] │
├─────────────────────────────────────────────────────────────┤
│ │
│ ┌─────────────────────────────────────────────────────┐ │
│ │ │ │
│ │ Template Canvas │ │
│ │ │ │
│ │ (Elements can be added/edited here) │ │
│ │ │ │
│ └─────────────────────────────────────────────────────┘ │
│ │
│ Floating Design Panel: [Element | Conditions | Styles] │
│ │
└─────────────────────────────────────────────────────────────┘Adding Elements
Step 1: Access Element Library
- Open the Elements section in the left panel
- Browse available element types
- Select the element you want to add
Step 2: Place the Element
- Drag the element onto the template canvas
- Position where you want it
- Release to place
Step 3: Configure the Element
- Click the element to select it
- Use the Floating Design Panel
- Set properties, styles, and events
Modifying Existing Elements
Select the Element
- Click on the element in the template
- Element becomes highlighted
- Floating Design Panel shows element options
Change Properties
Available in various tabs:
| Tab | Controls |
|---|---|
| General | Basic element settings |
| Text | Typography options |
| Color | Background, text, border colors |
| Dimensions | Width, height, padding, margin |
| Position | Alignment and positioning |
| Events | Actions and triggers |
| Connect | Data bindings |
Move Elements
- Click and drag the element
- Use arrow keys for precise movement
- Align using guides or grid
Resize Elements
- Select the element
- Drag resize handles
- Or set exact dimensions in Dimensions tab
Removing Elements
Delete Single Element
- Select the element
- Press Delete key
- Or click the Delete button in the panel
Delete Multiple Elements
- Select multiple elements (Ctrl/Cmd + click)
- Press Delete
- All selected elements are removed
Undo Deletion
- Press Ctrl/Cmd + Z immediately
- Element is restored
Modifying Template Properties
Template-Level Settings
Access template settings in the Floating Design Panel:
| Property | Description |
|---|---|
| Template Name | Change the display name |
| Background | Set template background |
| Padding | Internal spacing |
| Border | Template border styling |
| Default Size | Initial dimensions for instances |
Layout Options
| Option | Description |
|---|---|
| Fixed Height | Set exact height |
| Auto Height | Height based on content |
| Fixed Width | Set exact width |
| Responsive Width | Width adapts to container |
Saving Changes
Save Methods
- Click Save button in the toolbar
- Press Ctrl/Cmd + S
- Some changes auto-save
Save Confirmation
- Verify all changes are intentional
- Check for validation errors
- Confirm propagation to instances
Cancel Changes
- Click Cancel to discard changes
- Confirm cancellation
- Template reverts to last saved state
How Changes Affect Instances
Propagation Rules
| Change Type | Effect on Instances |
|---|---|
| New element added | Appears in all instances |
| Element removed | Removed from instances (if not overridden) |
| Style changed | Updates non-overridden instances |
| Position changed | Updates non-overridden instances |
Override Behavior
When an instance has an override:
Template: Button color = Blue
Instance: Button color = Red (override)
Template Edit: Button color → Green
Result:
- Template: Button = Green
- Instance: Button = Red (override preserved)Element Arrangement
Ordering Elements
Change the stacking order of elements:
| Action | Keyboard | Menu |
|---|---|---|
| Bring to Front | Ctrl+Shift+] | Arrange > Bring to Front |
| Send to Back | Ctrl+Shift+[ | Arrange > Send to Back |
| Bring Forward | Ctrl+] | Arrange > Bring Forward |
| Send Backward | Ctrl+[ | Arrange > Send Backward |
Alignment Tools
Align multiple elements:
| Alignment | Description |
|---|---|
| Left | Align left edges |
| Center | Align centers horizontally |
| Right | Align right edges |
| Top | Align top edges |
| Middle | Align centers vertically |
| Bottom | Align bottom edges |
Distribution
Space elements evenly:
| Option | Description |
|---|---|
| Distribute Horizontal | Even horizontal spacing |
| Distribute Vertical | Even vertical spacing |
Copying Elements
Copy Within Template
- Select element(s)
- Press Ctrl/Cmd + C
- Press Ctrl/Cmd + V
- Paste creates duplicates
Copy Between Templates
- Copy from source template
- Switch to target template
- Paste the element(s)
- Adjust as needed
Common Editing Tasks
Adding a New Form Field
- Drag Text Input element to template
- Position below existing fields
- Configure label and placeholder
- Set validation rules
- Save template
Changing Template Color Scheme
- Select each element
- Update colors in Color tab
- Or use a saved style
- Save template
Rearranging Layout
- Select element to move
- Drag to new position
- Use alignment tools
- Verify all element positions
- Save template
Best Practices
Plan changes carefully - Consider impact on all instances
Test before saving - Preview changes in context
Use styles - Apply saved styles for consistency
Document changes - Note significant template updates
Consider overrides - Understand which instances have overrides
Save frequently - Avoid losing work
Troubleshooting
Changes Not Appearing in Instances
- Verify you saved the template
- Check if instances have overrides
- Refresh the builder
Cannot Select Element
- Ensure you're in edit mode
- Check if element is locked
- Verify element exists (may be hidden)
Template Won't Save
- Check for validation errors
- Ensure all required fields are filled
- Verify network connection
Undo Not Working
- Undo only works for recent changes
- Some actions may not be undoable
- Save frequently as backup
Questions?
If you have any questions, please don't hesitate to contact us. Alternatively, you can submit an issue on this platform.
Useful Links:
Tile Templates - https://help.acenji.com/#/./create-web-application/website-builder/tile-section/tile-templates/index Tile Section - https://help.acenji.com/#/./create-web-application/website-builder/tile-section/index Editing Tile Instance - https://help.acenji.com/#/./create-web-application/website-builder/tile-section/tile-instances/editing-tile-instance/index