<?xml version="1.0" encoding="windows-1252"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Miva Merchant Community Forums - PageBuilder</title>
		<link>https://www.miva.com/forums/</link>
		<description>Feedback and questions about PageBuilder</description>
		<language>en</language>
		<lastBuildDate>Sat, 13 Jun 2026 10:11:35 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>images/misc/rss.png</url>
			<title>Miva Merchant Community Forums - PageBuilder</title>
			<link>https://www.miva.com/forums/</link>
		</image>
		<item>
			<title>Hiding Out of Stock Attributes</title>
			<link>https://www.miva.com/forums/forum/online-merchants/miva-10/pagebuilder/725459-hiding-out-of-stock-attributes</link>
			<pubDate>Wed, 03 Jun 2026 00:09:13 GMT</pubDate>
			<description>So Pagebuilder does this; it uses the opacity to reduce the visibility. I want to make them even less visible by changing the opacity to 0.1 or 0.2....</description>
			<content:encoded><![CDATA[So Pagebuilder does this; it uses the opacity to reduce the visibility. I want to make them even less visible by changing the opacity to 0.1 or 0.2. I can't work out how to do it, as it seems it is locked, reading about mmx-customizations items need to be in the mmx base to be available, and the mmx-form-radio isn't. Is there another way?<br />
 <br />
.mmx-form-radio {<br />
&amp; .mmx-form-radio__input, &amp; .mmx-form-radio-input {<br />
&amp;:disabled + .mmx-form-radio__caption, &amp;:disabled + .mmx-form-radio-caption {<ol class="decimal"><li>opacity: 0.5;</li>
<li>cursor: not-allowed;</li>
</ol>}<br />
}<br />
}]]></content:encoded>
			<category domain="https://www.miva.com/forums/forum/online-merchants/miva-10/pagebuilder">PageBuilder</category>
			<dc:creator>SteveG</dc:creator>
			<guid isPermaLink="true">https://www.miva.com/forums/forum/online-merchants/miva-10/pagebuilder/725459-hiding-out-of-stock-attributes</guid>
		</item>
		<item>
			<title>Availability Groups in Flex Components</title>
			<link>https://www.miva.com/forums/forum/online-merchants/miva-10/pagebuilder/725443-availability-groups-in-flex-components</link>
			<pubDate>Wed, 27 May 2026 15:49:04 GMT</pubDate>
			<description><![CDATA[I'm trying to incorporate Availability Groups into our mega menu flex component, but it's causing the entire menu to be hidden from the Page Builder...]]></description>
			<content:encoded><![CDATA[I'm trying to incorporate Availability Groups into our mega menu flex component, but it's causing the entire menu to be hidden from the Page Builder preview. Can Availability Groups be used in flex components, and if so is there any documentation about how to properly set it up?  I'm not trying to gate the entire component, I'm just trying to gate a wholesale section of the menu within the component.<br />
<br />
Thanks!]]></content:encoded>
			<category domain="https://www.miva.com/forums/forum/online-merchants/miva-10/pagebuilder">PageBuilder</category>
			<dc:creator>delcorsets</dc:creator>
			<guid isPermaLink="true">https://www.miva.com/forums/forum/online-merchants/miva-10/pagebuilder/725443-availability-groups-in-flex-components</guid>
		</item>
		<item>
			<title>Initial Scheduling Toggle State in Flex Components</title>
			<link>https://www.miva.com/forums/forum/online-merchants/miva-10/pagebuilder/725438-initial-scheduling-toggle-state-in-flex-components</link>
			<pubDate>Mon, 25 May 2026 16:46:33 GMT</pubDate>
			<description><![CDATA[I'm building a custom flex component with scheduling fields using the can_disable group pattern, and I'm running into a persistent issue: toggles are...]]></description>
			<content:encoded><![CDATA[I'm building a custom flex component with scheduling fields using the can_disable group pattern, and I'm running into a persistent issue: toggles are defaulting to ON when new list items are created, rather than OFF.<br />
<br />
Here's the property structure I'm using:<br />
<br />
```json<br />
{<br />
&quot;code&quot;: &quot;start_date&quot;,<br />
&quot;prompt&quot;: &quot;Not Visible Before&quot;,<br />
&quot;type&quot;: &quot;group&quot;,<br />
&quot;can_disable&quot;: 1,<br />
&quot;properties&quot;: [<br />
{ &quot;code&quot;: &quot;start&quot;, &quot;prompt&quot;: &quot;Start Date/Time&quot;, &quot;type&quot;: &quot;datetime&quot; }<br />
]<br />
}<br />
```<br />
<br />
I've tried several variations to get the toggle to default to OFF for new items:<br />
<br />
1. &quot;settings&quot;: { &quot;enabled&quot;: 0 } on the group - toggle still defaults ON<br />
2. &quot;template&quot;: { &quot;settings&quot;: { &quot;enabled&quot;: 0 } } on the group - toggle still defaults ON<br />
3. No settings or template at all (matching the pattern in mmx-mega-menu) - toggle still defaults ON<br />
4. Nesting start/end inside a parent group without can_disable (caret-only collapsible) - child toggles still default ON<br />
<br />
The fields are inside a list_type: group list property. When a new list item is created in Page Builder, both the Not Visible Before and Not Visible After toggles are ON by default, which means all new items are immediately date-gated and invisible until toggles are manually turned off.<br />
<br />
For reference, I have another component on the same site that uses the identical pattern (can_disable: 1, no settings/template) and its scheduling toggles correctly default to OFF. The only structural difference I can identify is that in the other component the scheduling fields are at the top level of the list item, whereas in my component they are nested inside a group. Also, the component I'm having trouble with is global, the other one is not.<br />
<br />
Questions:<br />
1. Is there a correct way to specify can_disable defaults for new list items?<br />
2. Does nesting a can_disable group inside another group affect its default state?<br />
3. Is this a known issue?<br />
<br />
Running Miva 26.01.01. <br />
<br />
Thanks!]]></content:encoded>
			<category domain="https://www.miva.com/forums/forum/online-merchants/miva-10/pagebuilder">PageBuilder</category>
			<dc:creator>delcorsets</dc:creator>
			<guid isPermaLink="true">https://www.miva.com/forums/forum/online-merchants/miva-10/pagebuilder/725438-initial-scheduling-toggle-state-in-flex-components</guid>
		</item>
	</channel>
</rss>
