You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**NB**: This is recommended to customize template settings. The package includes default configuration with 5 block templates and typography/spacing presets.
38
+
**When to publish:**
39
+
- You want to customize typography or spacing presets
40
+
- You want to add your own template definitions to the config
41
+
- You're experiencing config loading issues in your environment (rare)
42
+
43
+
**Note:** Since v2.0.1, the package automatically falls back to loading config directly if it's not published, making this step truly optional.
After publishing the config file (`wp acorn vendor:publish`), you can customize typography and spacing presets in `config/sage-native-block.php` to match your theme's design system.
230
+
**Optional:** If you want to customize global typography and spacing presets used by package templates, publish the config file:
Then edit `config/sage-native-block.php` to match your theme's design system.
237
+
238
+
**Note:** This only affects package templates (basic, generic, nynaeve). Your custom templates in `block-templates/` are unaffected and use whatever styles you define in them.
0 commit comments